mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Remove the deprecated, now no-op, "data" transition
This only used to have effect for C++ LIPO, which has been removed from Blaze. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206617307
This commit is contained in:
parent
0e62270f54
commit
3941249dfe
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ zip_file = rule(
|
|||
attrs = {
|
||||
"out": attr.output(mandatory = True),
|
||||
"srcs": attr.label_list(allow_files = True),
|
||||
"data": attr.label_list(cfg = "data", allow_files = True),
|
||||
"data": attr.label_list(allow_files = True),
|
||||
"deps": attr.label_list(providers = ["zip_file"]),
|
||||
"exclude": attr.string_list(),
|
||||
"mappings": attr.string_dict(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue