about summary refs log tree commit diff
path: root/src/ci/docker/scripts/android-start-emulator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ci/docker/scripts/android-start-emulator.sh')
-rwxr-xr-xsrc/ci/docker/scripts/android-start-emulator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/android-start-emulator.sh b/src/ci/docker/scripts/android-start-emulator.sh
index 09f0d13759c..5ffb72eddb1 100755
--- a/src/ci/docker/scripts/android-start-emulator.sh
+++ b/src/ci/docker/scripts/android-start-emulator.sh
@@ -10,7 +10,7 @@ export SHELL=/bin/bash
 # the emulator date is set to unix epoch (in armeabi-v7a-18 image). Using
 # classic engine the emulator starts with the current date and the tests run
 # fine. If another image is used, this need to be evaluated again.
-nohup nohup emulator @armeabi-v7a-18 \
+nohup nohup emulator @armeabi-v7a-21 \
     -engine classic -no-window -partition-size 2047 0<&- &>/dev/null &
 
 exec "$@"