Skip to content

Commit 53b7191

Browse files
committed
ci: add -accel auto
1 parent b628c04 commit 53b7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-jobs/functional/start-emulator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo ${ANDROID_HOME}/emulator/emulator -list-avds
1818
echo "Starting emulator"
1919

2020
# Start emulator in background
21-
nohup ${ANDROID_HOME}/emulator/emulator -avd testemulator -no-boot-anim -no-snapshot > /dev/null 2>&1 &
21+
nohup ${ANDROID_HOME}/emulator/emulator -avd testemulator -accel auto -no-boot-anim -no-snapshot > /dev/null 2>&1 &
2222
${ANDROID_HOME}/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82'
2323

2424
${ANDROID_HOME}/platform-tools/adb devices

0 commit comments

Comments
 (0)