Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions shim_et/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain")
load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain", "system_python_toolchain")
load("@prelude//toolchains:remote_test_execution.bzl", "remote_test_execution_toolchain")

oncall("executorch")

# Although the non-Android toolchains below are present in shim/BUCK, it appears that we
# have to duplicate them here or builds won't work.
system_cxx_toolchain(
Expand Down
Loading