aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/build.proto
diff options
context:
space:
mode:
authorGravatar Michajlo Matijkiw <michajlo@google.com>2015-10-29 13:22:52 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-10-30 09:45:01 +0000
commitbc042c6ce45438170cb5d421fbe3c5d33279a2fd (patch)
tree1b43b26dc633a60918957c17140a27a3bbd3ed61 /src/main/protobuf/build.proto
parentf5471e52223e917f8138b3dcf541622ebaf77cd2 (diff)
Add isSkylark to RuleClass
-- MOS_MIGRATED_REVID=106588003
Diffstat (limited to 'src/main/protobuf/build.proto')
-rw-r--r--src/main/protobuf/build.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/protobuf/build.proto b/src/main/protobuf/build.proto
index 6a299835c1..a3f4c19883 100644
--- a/src/main/protobuf/build.proto
+++ b/src/main/protobuf/build.proto
@@ -239,6 +239,9 @@ message Rule {
// The rule's class's public by default value.
optional bool public_by_default = 9;
+
+ // If this rule is of a skylark-defined RuleClass.
+ optional bool is_skylark = 10;
}
// Summary of all transitive dependencies of 'rule,' where each dependent