From 0edcb03c45565d29475819330dd1c249936ec957 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 26 Nov 2023 21:41:43 +0800 Subject: [PATCH] Update test API levels --- .github/workflows/build.yml | 2 +- scripts/avd_test.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2c0bc9ca..7b8b67f72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: strategy: fail-fast: false matrix: - api: [23, 26, 28, 29, 34] + api: [23, 26, 28, 33, 34] steps: - name: Check out diff --git a/scripts/avd_test.sh b/scripts/avd_test.sh index e61a606b5..c4d55030d 100755 --- a/scripts/avd_test.sh +++ b/scripts/avd_test.sh @@ -13,11 +13,10 @@ emu_pid= # API 23: legacy rootfs w/o Treble # API 26: legacy rootfs with Treble # API 28: legacy system-as-root -# API 29: 2 Stage Init -# API 33: latest Android with ATD image +# API 33: 2 Stage Init + latest Android with ATD image # API 34: latest Android -api_list='23 26 28 29 33 34' +api_list='23 26 28 33 34' atd_min_api=30 atd_max_api=33