aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime
diff options
context:
space:
mode:
authorGravatar Alex Humesky <ahumesky@google.com>2017-01-06 19:03:10 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-09 10:13:58 +0000
commit105e661bbc08aac35213200a40f0fba4f8832151 (patch)
tree4decf65f269bd6a18b3a1b1b195adfbe39285b0f /src/main/java/com/google/devtools/build/lib/runtime
parentcc1b9b3404bd974a0dc55b923830d9e4bf4a7790 (diff)
Updates Android flag documentation.
-- PiperOrigin-RevId: 143792017 MOS_MIGRATED_REVID=143792017
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/MobileInstallCommand.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/MobileInstallCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/MobileInstallCommand.java
index c936673b45..01446040b6 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/MobileInstallCommand.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/MobileInstallCommand.java
@@ -54,7 +54,10 @@ public class MobileInstallCommand implements BlazeCommand {
public static final class Options extends OptionsBase {
@Option(name = "split_apks",
defaultValue = "false",
- category = "undocumented")
+ category = "mobile-install",
+ help = "Whether to use split apks to install and update the "
+ + "application on the device. Works only with devices with "
+ + "Marshmallow or later")
public boolean splitApks;
@Option(name = "incremental",