@@ -60,23 +60,23 @@ jobs:
6060 matrix :
6161 include :
6262 - api-level : 31 # Android 12
63- target : aosp_atd
63+ target : google_apis
6464 channel : canary # Necessary for ATDs
6565 arch : x86_64
6666 - api-level : 33 # Android 13
67- target : aosp_atd
67+ target : google_apis
6868 channel : canary # Necessary for ATDs
6969 arch : x86_64
7070 - api-level : 34 # Android 14
71- target : aosp_atd
71+ target : google_apis
7272 channel : canary # Necessary for ATDs
7373 arch : x86_64
7474 - api-level : 35 # Android 15
75- target : aosp_atd
75+ target : google_apis
7676 channel : canary # Necessary for ATDs
7777 arch : x86_64
7878 - api-level : 36 # Android 16
79- target : aosp_atd
79+ target : google_apis
8080 channel : canary # Necessary for ATDs
8181 arch : x86_64
8282 steps :
@@ -109,7 +109,7 @@ jobs:
109109 force-avd-creation : false
110110 disable-animations : true
111111 disable-spellchecker : true
112- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
112+ emulator-options : -no-window -gpu auto -noaudio -no-boot-anim -camera-back none
113113 disk-size : 4096M
114114 script : echo "Generated AVD snapshot for caching."
115115
@@ -133,7 +133,7 @@ jobs:
133133 force-avd-creation : false
134134 disable-animations : true
135135 disable-spellchecker : true
136- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save
136+ emulator-options : -no-window -gpu auto -noaudio -no-boot-anim -camera-back none -no-snapshot-save
137137 script : |
138138 adb uninstall io.sentry.uitest.android.critical || echo "Already uninstalled (or not found)"
139139 adb install -r -d "${{env.APK_NAME}}"
0 commit comments