mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 13:18:30 +00:00
API 34 AOSP ATD image is released
This commit is contained in:
parent
e55f338367
commit
61ea59a27b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
api: [23, 26, 28, 33, 34]
|
api: [23, 26, 28, 29, 34]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -13,13 +13,13 @@ emu_pid=
|
|||||||
# API 23: legacy rootfs w/o Treble
|
# API 23: legacy rootfs w/o Treble
|
||||||
# API 26: legacy rootfs with Treble
|
# API 26: legacy rootfs with Treble
|
||||||
# API 28: legacy system-as-root
|
# 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 34: latest Android
|
||||||
|
|
||||||
api_list='23 26 28 33 34'
|
api_list='23 26 28 29 34'
|
||||||
|
|
||||||
atd_min_api=30
|
atd_min_api=30
|
||||||
atd_max_api=33
|
atd_max_api=34
|
||||||
lsposed_min_api=27
|
lsposed_min_api=27
|
||||||
|
|
||||||
print_title() {
|
print_title() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user