From 53604df833c3cb99375763dfd7a068ac61ef8eb2 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 28 Apr 2022 17:00:00 +0300 Subject: Android: fix default name of the CI emulator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This name was changed in qt5/coin but wasn't reflected here. Currently, things works correctly because the test target provide the correct name as an env var. Pick-to: 6.2 6.3 Change-Id: I8968285de2c7759d16f303c48d6295295dffbef6 Reviewed-by: Simo Fält --- util/android/android_emulator_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/android/android_emulator_launcher.sh b/util/android/android_emulator_launcher.sh index 77f60de0e1..5091d131af 100755 --- a/util/android/android_emulator_launcher.sh +++ b/util/android/android_emulator_launcher.sh @@ -12,7 +12,7 @@ EMULATOR_EXEC="$ANDROID_SDK_ROOT/emulator/emulator" ADB_EXEC="$ANDROID_SDK_ROOT/platform-tools/adb" if [ -z "${ANDROID_EMULATOR}" ] then - EMULATOR_NAME="@x86emulator" + EMULATOR_NAME="@emulator_x86_api_23" else EMULATOR_NAME="$ANDROID_EMULATOR" fi -- cgit v1.2.3