| commit | b5082465a16620085fae6184dcacc240b7467431 | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Mon Aug 26 14:28:09 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 26 14:29:38 2019 -0700 |
| tree | d530bcf3b9b48a716a0d99147e8dcad150bd1cec | |
| parent | c91a9535302f13521a8875c384ff0b87639ce149 [diff] [blame] |
Targets can now be configured add exec_properties on top of the platform's exec_properties See https://docs.google.com/document/d/1w3fu8zu_sRw_gK1dFAvkY2suhbQQ82tc0zdjet-dpCI/edit#heading=h.5mcn15i0e1ch RELNOTES: introducing per-target exec_properties PiperOrigin-RevId: 265540815
diff --git a/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java b/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java index 0a08231..e23e491 100644 --- a/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java +++ b/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
@@ -136,6 +136,7 @@ public static final PathFragment THIRD_PARTY_PREFIX = PathFragment.create("third_party"); public static final PathFragment EXPERIMENTAL_PREFIX = PathFragment.create("experimental"); public static final String EXEC_COMPATIBLE_WITH_ATTR = "exec_compatible_with"; + public static final String EXEC_PROPERTIES = "exec_properties"; /** * A constraint for the package name of the Rule instances.