summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/RULES11
1 files changed, 4 insertions, 7 deletions
diff --git a/data/RULES b/data/RULES
index 4c695e9..df6acce 100644
--- a/data/RULES
+++ b/data/RULES
@@ -14,7 +14,7 @@
, "specified in \"stage\"."
]
, "runfiles_doc": ["Same as artifacts"]
- , "imports": {"runfiles_list": ["./", "..", "field_runfiles_list"]}
+ , "imports": {"runfiles": ["./", "..", "field_runfiles"]}
, "expression":
{ "type": "let*"
, "bindings":
@@ -25,12 +25,9 @@
}
]
, [ "srcs"
- , { "type": "disjoint_map_union"
- , "$1":
- { "type": "let*"
- , "bindings": [["fieldname", "srcs"]]
- , "body": {"type": "CALL_EXPRESSION", "name": "runfiles_list"}
- }
+ , { "type": "let*"
+ , "bindings": [["fieldname", "srcs"]]
+ , "body": {"type": "CALL_EXPRESSION", "name": "runfiles"}
}
]
, [ "staged"