Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 6a55030

Browse files
committed
Fix 12 build, because it is r11 we target
1 parent e2a3f79 commit 6a55030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ elif [ "$1" == "android-11.0" ];then
3030
phh="android-11.0"
3131
elif [ "$1" == "android-12.0" ];then
3232
manifest_url="https://android.googlesource.com/platform/manifest"
33-
aosp="android-12.1.0_r12"
33+
aosp="android-12.1.0_r11"
3434
phh="android-12.0"
3535
else
3636
# guess android version from version number

0 commit comments

Comments
 (0)