aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-11-18 21:35:09 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-11-19 10:04:26 +0000
commitd59c7618d359e8dedca45fbbd7a172ccf5953775 (patch)
treec4d31336259b8841795496d7a5a1e6ed260099be /src/main/protobuf
parentdd00dcecfcfb2458ed5f4c05deef407717cea0aa (diff)
Add generate_resource_class to android_studio_ide_info.proto.
This boolean matches bazel's semantics on whether a R.java class should be generated. Android Studio generates its own in-memory class, but we need to know *whether* we should generate one. -- MOS_MIGRATED_REVID=108175802
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 7516d9c03b..7c729f3f12 100644
--- a/src/main/protobuf/android_studio_ide_info.proto
+++ b/src/main/protobuf/android_studio_ide_info.proto
@@ -48,6 +48,7 @@ message AndroidRuleIdeInfo {
string java_package = 7;
bool has_idl_sources = 8;
LibraryArtifact idl_jar = 9;
+ bool generate_resource_class = 10;
}
message AndroidSdkRuleInfo {