1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-07 07:56:25 +00:00

Update to MM release 80

This commit is contained in:
Robert O'Connor 2017-07-15 07:39:25 -04:00
parent 95d3db881d
commit 0760bb0b9c
No known key found for this signature in database
GPG Key ID: 1DB67AA126AFFA8D

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_r80}
TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest}
cpus=$(grep ^processor /proc/cpuinfo | wc -l)