summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-10-19 15:49:47 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2015-10-19 15:49:47 +0800
commitb50b3218f98f531dfc4de70efa30cd46312f94cf (patch)
tree7b84b049fc672b02b51c07ac729886a2707d34c4
parentdf958d6b8ee52c733c678d8d543bf3d593356863 (diff)
add script to sync marshmallow
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xsync-marshmallow-linaro.sh12
-rwxr-xr-xsync-marshmallow-local-private.sh34
2 files changed, 46 insertions, 0 deletions
diff --git a/sync-marshmallow-linaro.sh b/sync-marshmallow-linaro.sh
new file mode 100755
index 0000000..fb3c277
--- /dev/null
+++ b/sync-marshmallow-linaro.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+export BASE=$(cd $(dirname $0);pwd)
+
+source ${BASE}/scripts-common/sync-common.sh
+
+export MIRROR="http://android.git.linaro.org/git/platform/manifest.git"
+branch="android-6.0.0_r1"
+
+LOCAL_MANIFEST="ssh://git@dev-private-git.linaro.org/linaro-art/platform/manifest.git"
+LOCAL_MANIFEST_BRANCH="linaro-marshmallow"
+
+main "$@"
diff --git a/sync-marshmallow-local-private.sh b/sync-marshmallow-local-private.sh
new file mode 100755
index 0000000..9c1a95c
--- /dev/null
+++ b/sync-marshmallow-local-private.sh
@@ -0,0 +1,34 @@
+#!/bin/bash
+export BASE=$(cd $(dirname $0);pwd)
+
+source ${BASE}/scripts-common/sync-common.sh
+
+export MIRROR="/SATA3/aosp-mirror/platform/manifest.git"
+branch="android-6.0.0_r1"
+LOCAL_MANIFEST="ssh://git@dev-private-git.linaro.org/linaro-art/platform/manifest.git"
+LOCAL_MANIFEST_BRANCH="linaro-marshmallow"
+
+main "$@"
+
+${BASE}/sync-projects.sh build \
+ bionic \
+ android-patchsets \
+
+exit
+# art \
+# external/opencv-upstream \
+# external/zlib \
+# external/chromium_org
+
+./android-patchsets/LOLLIPOP-MLCR-PATCHSET
+./android-patchsets/LOLLIPOP-CHROMIUM-PATCHSET
+./android-patchsets/nexus9-workarounds
+./android-patchsets/hikey-lcr-board-workaround
+
+
+cp host-tools/LOLLIPOP-LIUYQ-PATCHSET ./android-patchsets/LOLLIPOP-LIUYQ-PATCHSET
+./android-patchsets/LOLLIPOP-LIUYQ-PATCHSET
+
+#./build.sh
+#adb reboot bootloader
+#ANDROID_PRODUCT_OUT=out/target/product/flounder/ fastboot -w flashall