aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-01-06 21:12:11 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-01-07 13:46:58 +0000
commit727d51a6b1aefb4227d7af4f4ab542f613a23803 (patch)
tree0af915ff1bfef5fa0eb045d0866535e21255670c /src/main/protobuf
parentf627562e351717b1b207f0afb65c4f855bf664ef (diff)
Support java_plugin in AndroidStudioInfoAspect.
-- MOS_MIGRATED_REVID=111537858
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 c0b8a39bb0..6e75b05dfd 100644
--- a/src/main/protobuf/android_studio_ide_info.proto
+++ b/src/main/protobuf/android_studio_ide_info.proto
@@ -67,6 +67,7 @@ message RuleIdeInfo {
JAVA_BINARY = 7;
PROTO_LIBRARY = 8;
ANDROID_SDK = 9;
+ JAVA_PLUGIN = 10;
}
string label = 1;