From 6a550309499f7c5a70fb2f683eecc32199cd10b3 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 16 Jul 2022 20:52:45 +0200 Subject: [PATCH] Fix 12 build, because it is r11 we target --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3f086f2f..c36a6351 100644 --- a/build.sh +++ b/build.sh @@ -30,7 +30,7 @@ elif [ "$1" == "android-11.0" ];then phh="android-11.0" elif [ "$1" == "android-12.0" ];then manifest_url="https://android.googlesource.com/platform/manifest" - aosp="android-12.1.0_r12" + aosp="android-12.1.0_r11" phh="android-12.0" else # guess android version from version number