From 636f446aa99228f4e946c28a133702d73509400d Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 4 Mar 2019 23:28:32 +0100 Subject: [PATCH] Migrate to android 9.0.0_r34 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7a0a6671..37d3809e 100644 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ aosp="android-8.1.0_r62" phh="android-8.1" if [ "$1" == "android-9.0" ];then - aosp="android-9.0.0_r31" + aosp="android-9.0.0_r34" phh="android-9.0" fi