Skip to content

Commit b2de320

Browse files
authored
Merge pull request #24 from robbyoconnor/update-to-r79
Update to MM r79
2 parents 48da94b + 2b4eec3 commit b2de320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ Tested
8787

8888
* Android Kitkat `android-4.4.4_r2.0.1`
8989
* Android Lollipop `android-5.0.2_r1`
90-
* Android Marshmallow `android-6.0.1_r72`
90+
* Android Marshmallow `android-6.0.1_r79`
9191
* Android Nougat `android-7.0.0_r14`

tests/build-marshmallow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
set -ex
1010

1111
if [ "$1" = "docker" ]; then
12-
TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r72}
12+
TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79}
1313
TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest}
1414

1515
cpus=$(grep ^processor /proc/cpuinfo | wc -l)

0 commit comments

Comments
 (0)