aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-10-10 15:56:57 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-10-12 08:36:26 +0000
commitbf95c00ced21be2cc6ad651b654a8c889791db45 (patch)
tree18a71ec594c029960a67b43f67b3b279dcc4733f /src/main/protobuf
parent38eb39df6825f6ac4a8fe4f08ecbe4fc8d2dac1e (diff)
Add isSource to Android aspect ArtifactLocation.
This supersedes bin/gen files on Android SDK. The fields are removed entirely since the proto isn't public yet. -- MOS_MIGRATED_REVID=105130701
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/android_studio_ide_info.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/protobuf/android_studio_ide_info.proto b/src/main/protobuf/android_studio_ide_info.proto
index 3c4d3f5c2e..64b99c006e 100644
--- a/src/main/protobuf/android_studio_ide_info.proto
+++ b/src/main/protobuf/android_studio_ide_info.proto
@@ -22,6 +22,7 @@ option java_package = "com.google.devtools.build.lib.ideinfo.androidstudio";
message ArtifactLocation {
string root_path = 1;
string relative_path = 2;
+ bool is_source = 3;
}
message LibraryArtifact {
@@ -50,8 +51,6 @@ message AndroidRuleIdeInfo {
message AndroidSdkRuleInfo {
string android_sdk_path = 1;
- string genfiles_path = 2;
- string bin_path = 3;
}
message RuleIdeInfo {