aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-o-widevine
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-23 15:22:38 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-05-23 09:55:40 +0000
commit781ccf8fb18b3692fe94f59bb7088c85c706494e (patch)
tree9a03eead4d92ab5e26e7054e5ccb0ade196097e0 /android-hikey-optee-o-widevine
parentc76aa9e4b7ceac7f9e09c846a58ae94210a377c5 (diff)
android-hikey-optee-o-widevine: use right branch
Change-Id: I387461cdb6e7c177cdc086fbb15541ef3471de05 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-hikey-optee-o-widevine')
-rwxr-xr-xandroid-hikey-optee-o-widevine/builders.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/android-hikey-optee-o-widevine/builders.sh b/android-hikey-optee-o-widevine/builders.sh
index deaea93c0a..30db7bf372 100755
--- a/android-hikey-optee-o-widevine/builders.sh
+++ b/android-hikey-optee-o-widevine/builders.sh
@@ -61,7 +61,7 @@ make TARGET_BUILD_KERNEL=true TARGET_BOOTIMAGE_USE_FAT=true \
TARGET_BUILD_UEFI=true TARGET_ENABLE_MEDIADRM_64=true
cd external
-git clone ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/widevine/optee-widevine-ref
+git clone ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/widevine/optee-widevine-ref -b master
cd optee-widevine-ref/
if [ "${GERRIT_PROJECT}" == "widevine/optee-widevine-ref" ]; then
git pull ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/${GERRIT_PROJECT} ${GERRIT_REFSPEC}
@@ -69,7 +69,7 @@ fi
cd ../../
cd vendor
-git clone ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/widevine/android widevine
+git clone ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/widevine/android widevine -b google/oc
cd widevine/
if [ "${GERRIT_PROJECT}" == "widevine/android" ]; then
git pull ssh://lhg-gerrit-bot@dev-private-review.linaro.org:29418/${GERRIT_PROJECT} ${GERRIT_REFSPEC}
@@ -77,9 +77,9 @@ fi
cd ../../
cd external/optee-widevine-ref
-mma -B
+mma
cd ../../
cd vendor/widevine
-mma -B
+mma
cd ../../