xref: /aosp_15_r20/external/executorch/.buckconfig (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1[executorch]
2  is_oss = 1
3
4[buildfile]
5  name = TARGETS
6
7[repositories]
8  root = .
9  prelude = third-party/prelude
10  shim = shim
11
12[repository_aliases]
13  config = prelude
14  ovr_config = prelude
15  toolchains = shim
16  fbcode = shim
17  fbcode_macros = shim
18  fbsource = shim
19  buck = shim
20
21[cxx]
22  cxxflags = -g -std=c++17
23
24[parser]
25  target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default
26
27# Limit the number of files that the buck daemon needs to monitor. If every
28# submodule is cloned recursively, some system can fail to build with "OS file
29# watch limit reached".
30[project]
31  ignore = \
32      .git, \
33      **/.git, \
34      cmake-out, \
35      pip-out
36