aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/android/incremental_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/incremental_install.py b/tools/android/incremental_install.py
index 254db274fc..c07a9b0320 100644
--- a/tools/android/incremental_install.py
+++ b/tools/android/incremental_install.py
@@ -777,7 +777,7 @@ def IncrementalInstall(adb_path,
"dialog on your device.")
except MultipleDevicesError as e:
sys.exit("Error: " + str(e) + "\nTry specifying a device serial with "
- "\"blaze mobile-install --adb_arg=-s --adb_arg=$ANDROID_SERIAL\"")
+ "\"bazel mobile-install --adb_arg=-s --adb_arg=$ANDROID_SERIAL\"")
except OldSdkException as e:
sys.exit("Error: The device does not support the API level specified in "
"the application's manifest. Check minSdkVersion in "