From 2b4eec31b94150b9a5e5c630c80073422e1d9345 Mon Sep 17 00:00:00 2001 From: Robert O'Connor Date: Wed, 12 Jul 2017 21:50:07 -0400 Subject: [PATCH] Update to MM r79 for MM test --- README.md | 2 +- tests/build-marshmallow.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2bdb8b..7914140 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/tests/build-marshmallow.sh b/tests/build-marshmallow.sh index 7507097..635f5e4 100755 --- a/tests/build-marshmallow.sh +++ b/tests/build-marshmallow.sh @@ -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)