Migrate from cfg = "host" to cfg = "exec"

PiperOrigin-RevId: 488355973
Change-Id: I965bbef502e26b0f5908f92ebc614aef31c42659
This commit is contained in:
Liam Miller-Cushon 2022-11-14 07:07:25 -08:00 committed by Copybara-Service
parent 1ae04ac332
commit b626bf40da

View File

@ -57,7 +57,7 @@ _sapi_cc_embed_data = rule(
"ident": attr.string(),
"_filewrapper": attr.label(
executable = True,
cfg = "host",
cfg = "exec",
allow_files = True,
default = Label(_FILEWRAPPER),
),