Skip to content

Commit

Permalink
Fix 12 build, because it is r11 we target
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Jul 16, 2022
1 parent e2a3f79 commit 6a55030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6a55030

Please sign in to comment.