Skip to content

Commit

Permalink
Officially support API 34
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Aug 11, 2023
1 parent 93876b5 commit f86c66c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/avd_magisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/avd_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/avd_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f86c66c

Please sign in to comment.