aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-01-05 22:50:51 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-01-07 13:45:19 +0000
commitf550d65c824df5e97a3082a55655b012a039dbaa (patch)
tree02edac0ce4de5ed8127f3002d970fa140eef6b72 /src/main/protobuf
parente1de068273cd8e72f34410526f27c779a8b69f30 (diff)
Add runtime_deps to android studio proto.
-- MOS_MIGRATED_REVID=111453115
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/android_studio_ide_info.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/android_studio_ide_info.proto b/src/main/protobuf/android_studio_ide_info.proto
index 7c729f3f12..c0b8a39bb0 100644
--- a/src/main/protobuf/android_studio_ide_info.proto
+++ b/src/main/protobuf/android_studio_ide_info.proto
@@ -82,4 +82,5 @@ message RuleIdeInfo {
AndroidRuleIdeInfo android_rule_ide_info = 8;
repeated string tags = 9;
+ repeated string runtime_deps = 10;
}