diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a25a63188..00b7a2172 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: strategy: fail-fast: false matrix: - api: [23, 26, 28, 33, 34] + api: [23, 26, 28, 29, 34] steps: - name: Check out diff --git a/scripts/avd_test.sh b/scripts/avd_test.sh index c4d55030d..20026b5ac 100755 --- a/scripts/avd_test.sh +++ b/scripts/avd_test.sh @@ -13,13 +13,13 @@ emu_pid= # API 23: legacy rootfs w/o Treble # API 26: legacy rootfs with Treble # API 28: legacy system-as-root -# API 33: 2 Stage Init + latest Android with ATD image +# API 29: 2 Stage Init # API 34: latest Android -api_list='23 26 28 33 34' +api_list='23 26 28 29 34' atd_min_api=30 -atd_max_api=33 +atd_max_api=34 lsposed_min_api=27 print_title() {