aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-04-21 22:52:35 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-22 11:50:20 +0000
commite345ba54feda0c630679d18e3d039fd1ee8843bd (patch)
tree4df0272a0694df00be0670840bd7d34aae75b123 /src/main/protobuf/BUILD
parentc761661bfcc84eb2bdd229e10ecee338a53d3b41 (diff)
Add android deploy info.
Each android binary build operation will output a deploy info proto providing information about how to deploy and launch the APK. The information will vary between build mode (normal, mobile-install, split-apk) and is configuration-dependent. NO_SQ: Presubmit broken -- MOS_MIGRATED_REVID=120494036
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 663b5988c4..1e71e025bb 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -19,6 +19,7 @@ FILES = [
"worker_protocol",
"invocation_policy",
"remote_protocol",
+ "android_deploy_info",
"apk_manifest",
]