aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-25 09:18:36 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-08-26 07:34:18 +0000
commit217e3ad1226d8cb8bdf625e245705a332c3bdd61 (patch)
tree34370789d92148deb5ba9f46c971e5f23c6b66ad /examples/android
parentad67cc44f5264f73e7a948ac61ee924f10ca2155 (diff)
Android example readme: blaze -> bazel
-- MOS_MIGRATED_REVID=101446590
Diffstat (limited to 'examples/android')
-rw-r--r--examples/android/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/android/README.md b/examples/android/README.md
index c25e53cf2e..36f3345b68 100644
--- a/examples/android/README.md
+++ b/examples/android/README.md
@@ -48,6 +48,6 @@ We also have a nice way to speed up the edit-compile-install development cycle f
* Connect your device over USB to your workstation and enable USB debugging on it
* Run `bazel mobile-install <android_binary rule>`
* Edit Java code or Android resources
- * Run `blaze mobile-install --incremental <android_binary rule>`
+ * Run `bazel mobile-install --incremental <android_binary rule>`
Note that if you change anything other than Java code or Android resources (C++ code or something on the device), you must omit the `--incremental` command line option. Yes, we know that this is also clunky and we are working on improving it.