From af0ec9f180faecdaf43f70588eefd84ec8026407 Mon Sep 17 00:00:00 2001 From: Alberto Ponces Date: Sat, 4 Jan 2025 16:10:17 +0000 Subject: [PATCH] Up to r9 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5e789589..537f0110 100644 --- a/build.sh +++ b/build.sh @@ -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