mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Migrate from cfg = "host"
to cfg = "exec"
PiperOrigin-RevId: 488355973 Change-Id: I965bbef502e26b0f5908f92ebc614aef31c42659
This commit is contained in:
parent
1ae04ac332
commit
b626bf40da
@ -57,7 +57,7 @@ _sapi_cc_embed_data = rule(
|
|||||||
"ident": attr.string(),
|
"ident": attr.string(),
|
||||||
"_filewrapper": attr.label(
|
"_filewrapper": attr.label(
|
||||||
executable = True,
|
executable = True,
|
||||||
cfg = "host",
|
cfg = "exec",
|
||||||
allow_files = True,
|
allow_files = True,
|
||||||
default = Label(_FILEWRAPPER),
|
default = Label(_FILEWRAPPER),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user