aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-10-21 16:49:41 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-22 15:14:21 +0000
commit86ea967e3449e354f32484d1fbaebb169a4e7b03 (patch)
tree0fef67044573495ea7e3aff28db3529069d8d4ec /src/main/protobuf
parent0b97b91ab4afb101fa2d54f1f7ca5d56b5ff026e (diff)
Remove transitive data from Android Studio aspect.
The cost-benefit isn't there to pay a square cost to roll these up on the blaze side. Android Studio has to do it on its end instead. -- MOS_MIGRATED_REVID=105971068
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/android_studio_ide_info.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/protobuf/android_studio_ide_info.proto b/src/main/protobuf/android_studio_ide_info.proto
index 64b99c006e..01ac27d91e 100644
--- a/src/main/protobuf/android_studio_ide_info.proto
+++ b/src/main/protobuf/android_studio_ide_info.proto
@@ -40,7 +40,6 @@ message JavaRuleIdeInfo {
message AndroidRuleIdeInfo {
repeated ArtifactLocation resources = 1;
- repeated ArtifactLocation transitive_resources = 2;
ArtifactLocation apk = 3;
repeated ArtifactLocation dependency_apk = 4;
ArtifactLocation manifest= 5;
@@ -71,7 +70,6 @@ message RuleIdeInfo {
Kind kind = 2;
string build_file = 3;
repeated string dependencies = 4;
- repeated string transitive_dependencies = 5;
// kind is ANDROID_SDK
AndroidSdkRuleInfo android_sdk_rule_info = 6;