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

Merge pull request #24 from robbyoconnor/update-to-r79

Update to MM r79
This commit is contained in:
Kyle Manna 2017-07-13 06:56:49 -07:00 committed by GitHub
commit b2de3208cb
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)