Skip to content

Commit

Permalink
API 34 AOSP ATD image is released
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 8, 2023
1 parent e55f338 commit 61ea59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions scripts/avd_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 61ea59a

Please sign in to comment.