summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/android/android_emulator_launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/android/android_emulator_launcher.sh b/util/android/android_emulator_launcher.sh
index c5c35bea00..06cc00a0c7 100755
--- a/util/android/android_emulator_launcher.sh
+++ b/util/android/android_emulator_launcher.sh
@@ -33,7 +33,7 @@ set -ex
EMULATOR_TIMEOUT=30
EMULATOR_MAX_RETRIES=5
-EMULATOR_EXEC="$ANDROID_SDK_HOME/tools/emulator"
+EMULATOR_EXEC="$ANDROID_SDK_HOME/emulator/emulator"
ADB_EXEC="$ANDROID_SDK_HOME/platform-tools/adb"
if [[ -z "${ANDROID_EMULATOR}" ]]; then
EMULATOR_NAME="@x86emulator"