Skip to content

Commit 9f6a358

Browse files
cccclaifacebook-github-bot
authored andcommitted
add command_alias in runtime_wrapper
Differential Revision: D63570326
1 parent b60fa71 commit 9f6a358

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shim/xplat/executorch/build/env_interface.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ env = struct(
219219
filegroup = native.filegroup,
220220
# @lint-ignore BUCKLINT: native and fb_native are explicitly forbidden in fbcode.
221221
genrule = native.genrule,
222+
command_alias = native.command_alias,
222223
is_oss = True,
223224
is_xplat = lambda: False,
224225
patch_deps = _patch_deps,

shim/xplat/executorch/build/runtime_wrapper.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ runtime = struct(
358358
external_dep_location = _external_dep_location,
359359
filegroup = _filegroup,
360360
genrule = _genrule,
361+
command_alias = _command_alias,
361362
is_oss = env.is_oss,
362363
python_binary = _python_binary,
363364
python_library = _python_library,

0 commit comments

Comments
 (0)