From f86c66c99d165bee015c575057c02c7779170508 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 11 Aug 2023 09:46:45 -0700 Subject: [PATCH] Officially support API 34 --- scripts/avd_magisk.sh | 2 +- scripts/avd_patch.sh | 4 ++-- scripts/avd_test.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/avd_magisk.sh b/scripts/avd_magisk.sh index 4d8316aac..b50bb5684 100755 --- a/scripts/avd_magisk.sh +++ b/scripts/avd_magisk.sh @@ -2,7 +2,7 @@ # AVD Magisk Setup ##################################################################### # -# Support API level: 23 - 33 +# Support API level: 23 - 34 # # With an emulator booted and accessible via ADB, usage: # ./build.py emulator diff --git a/scripts/avd_patch.sh b/scripts/avd_patch.sh index e72877f6d..887f5fc9c 100644 --- a/scripts/avd_patch.sh +++ b/scripts/avd_patch.sh @@ -2,7 +2,7 @@ # AVD MagiskInit Setup ##################################################################### # -# Support API level: 23 - 33 +# Support API level: 23 - 34 # # With an emulator booted and accessible via ADB, usage: # ./build.py avd_patch path/to/booted/avd-image/ramdisk.img @@ -18,7 +18,7 @@ # rootfs w/o early mount: API 23 - 25 # rootfs with early mount: API 26 - 27 # Legacy system-as-root: API 28 -# 2 stage init: API 29 - 33 +# 2 stage init: API 29 - 34 ##################################################################### if [ ! -f /system/build.prop ]; then diff --git a/scripts/avd_test.sh b/scripts/avd_test.sh index 3bd3f0a86..6b700a1f3 100755 --- a/scripts/avd_test.sh +++ b/scripts/avd_test.sh @@ -20,7 +20,7 @@ type='google_apis' api_list='23 26 28 29 34' cleanup() { - echo -e '\n\033[41;30m! An error occurred\033[0m\n' + echo -e '\n\033[41;39m! An error occurred\033[0m\n' for api in $api_list; do set_api_env $api @@ -65,7 +65,7 @@ run_test() { set_api_env $api # Setup emulator - echo -e "\n\033[44;30m* Testing $pkg\033[0m\n" + echo -e "\n\033[44;39m* Testing $pkg\033[0m\n" "$sdk" $pkg echo no | "$avd" create avd -f -n test -k $pkg