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

Merge pull request #27 from robbyoconnor/master

Update MM to release 80
This commit is contained in:
Kyle Manna
2017-07-15 08:30:49 -07:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@
set -ex set -ex
if [ "$1" = "docker" ]; then if [ "$1" = "docker" ]; then
TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79} TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r80}
TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest} TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest}
cpus=$(grep ^processor /proc/cpuinfo | wc -l) cpus=$(grep ^processor /proc/cpuinfo | wc -l)