1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2026-08-20 21:02:52 +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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,5 +87,5 @@ Tested
* Android Kitkat `android-4.4.4_r2.0.1` * Android Kitkat `android-4.4.4_r2.0.1`
* Android Lollipop `android-5.0.2_r1` * 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` * Android Nougat `android-7.0.0_r14`
+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_r72} TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79}
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)