From 217e3ad1226d8cb8bdf625e245705a332c3bdd61 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Tue, 25 Aug 2015 09:18:36 +0000 Subject: Android example readme: blaze -> bazel -- MOS_MIGRATED_REVID=101446590 --- examples/android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 ` * Edit Java code or Android resources - * Run `blaze mobile-install --incremental ` + * Run `bazel mobile-install --incremental ` 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. -- cgit v1.2.3