summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4862a2c0aa..67aeea274d 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"
EMULATOR_NAME="@x86emulator"
RESULT=0