1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2026-08-11 16:33:05 +00:00

Update to MM r79 for MM test

This commit is contained in:
Robert O'Connor
2017-07-12 21:50:07 -04:00
parent 48da94bd4b
commit 2b4eec31b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
set -ex
if [ "$1" = "docker" ]; then
TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r72}
TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79}
TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest}
cpus=$(grep ^processor /proc/cpuinfo | wc -l)