aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf')
-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