tree: 524b3ffbf16ae9e3c4499bfaa2660e29566b1046 [path history] [tgz]
  1. build_defs/
  2. tools/
  3. xplat/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. README.md
  8. TARGETS
shim/README.md

buck2 shims

The shim/ subtree helps the Meta-internal buck2 build system also work in the open-source repo.

Shims are how open-source buck2 supports a line like:

load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")

In the open-source repo, fbsource//xplat (a Meta-internal root) doesn't exist. The shim = shim line in ../.buckconfig tells buck2 to look in shim/xplat/executorch/build/runtime_wrapper.bzl instead.