aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android
diff options
context:
space:
mode:
authorGravatar Dan Fabulich <DanFabulich@gmail.com>2018-07-05 16:08:06 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-05 16:10:02 -0700
commit1d35ca03b8a1c431937a9be74a9efedc15b5707a (patch)
treef1f0c20ac99ec54c450de0d238d5213758c4cbe0 /tools/android
parent2b62182c9854321396d7d287e8b645261d9cda82 (diff)
Replace instances of Blaze with Bazel.
PiperOrigin-RevId: 203300374 Change-Id: Iaa47f870ab2e0cad40a202aad2c7f9430f73c856 PiperOrigin-RevId: 203407392
Diffstat (limited to 'tools/android')
-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 "