diff --git a/tests/build-marshmallow.sh b/tests/build-marshmallow.sh index 7507097..38c1cc3 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_r80} TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest} cpus=$(grep ^processor /proc/cpuinfo | wc -l)