1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-06 23:46:18 +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
No known key found for this signature in database
GPG Key ID: 1DB67AA126AFFA8D
2 changed files with 2 additions and 2 deletions

View File

@ -87,5 +87,5 @@ Tested
* Android Kitkat `android-4.4.4_r2.0.1`
* Android Lollipop `android-5.0.2_r1`
* Android Marshmallow `android-6.0.1_r72`
* Android Marshmallow `android-6.0.1_r79`
* Android Nougat `android-7.0.0_r14`

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)