From 6500052530db1f4493dc247c0e593ff3a6cf75fb Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 7 Mar 2022 22:55:52 +0100 Subject: [PATCH] Up to 12.1 (yes I still call it 12.0, hush) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 708925dd..40300480 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.0.0_r28" + aosp="android-12.1.0_r1" phh="android-12.0" else # guess android version from version number