Skip to content

Commit

Permalink
Up to r9
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Jan 4, 2025
1 parent baca754 commit af0ec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if [ "$build_target" = "android-14.0" ];then
fi

if [ "$build_target" = "android-15.0" ];then
aosp="android-15.0.0_r5"
aosp="android-15.0.0_r9"
phh="android-15.0"
supp="-ap3a"
supp="-ap4a"
fi

repo init -u "$manifest_url" -b $aosp --depth=1
Expand Down

0 comments on commit af0ec9f

Please sign in to comment.