aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-11-15 14:10:00 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-15 14:11:59 -0800
commitdc7399af31d53d9b94b844baaee3e7c918cf10d4 (patch)
treee9a244ba4cdb442d2cf0d5c2fa1e9461649eec89 /src/main/protobuf
parentee8c41999ca2b5549dfaec9afcd83b06ff198d1c (diff)
Stop adding data deps to AndroidDeployInfo proto.
This is not used by ASwB, and it also doesn't make sense to live in AndroidBinary since android_binary does nothing with it's data deps and they should be removed (b/69371443). RELNOTES: None PiperOrigin-RevId: 175877850
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/android_deploy_info.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/protobuf/android_deploy_info.proto b/src/main/protobuf/android_deploy_info.proto
index bdff79afbd..46a1197a35 100644
--- a/src/main/protobuf/android_deploy_info.proto
+++ b/src/main/protobuf/android_deploy_info.proto
@@ -35,6 +35,6 @@ message AndroidDeployInfo {
// mobile-install does its own deployment, so this list will be empty
repeated Artifact apks_to_deploy = 3;
- // Any data files to deploy
+ // Unused
repeated Artifact data_to_deploy = 4;
}