We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60fa71 commit 9f6a358Copy full SHA for 9f6a358
shim/xplat/executorch/build/env_interface.bzl
@@ -219,6 +219,7 @@ env = struct(
219
filegroup = native.filegroup,
220
# @lint-ignore BUCKLINT: native and fb_native are explicitly forbidden in fbcode.
221
genrule = native.genrule,
222
+ command_alias = native.command_alias,
223
is_oss = True,
224
is_xplat = lambda: False,
225
patch_deps = _patch_deps,
shim/xplat/executorch/build/runtime_wrapper.bzl
@@ -358,6 +358,7 @@ runtime = struct(
358
external_dep_location = _external_dep_location,
359
filegroup = _filegroup,
360
genrule = _genrule,
361
+ command_alias = _command_alias,
362
is_oss = env.is_oss,
363
python_binary = _python_binary,
364
python_library = _python_library,
0 commit comments