| Build the APK with buck2, from pins rather than from a second checkout | 1 | [cells] |
| 2 | root = . | |
| 3 | prelude = prelude | |
| 4 | toolchains = toolchains | |
| 5 | none = none | |
| 6 | ||
| 7 | [cell_aliases] | |
| 8 | config = prelude | |
| 9 | ovr_config = prelude | |
| 10 | fbcode = none | |
| 11 | fbsource = none | |
| 12 | fbcode_macros = none | |
| 13 | buck = none | |
| 14 | ||
| 15 | # The prelude bundled with the buck2 binary, so the only pinned thing is | |
| 16 | # scripts/buck2 itself. | |
| 17 | [external_cells] | |
| 18 | prelude = bundled | |
| 19 | ||
| 20 | # Both of these name the cache-enabled platform, and both are needed: the | |
| 21 | # second registers it, the first is what actually routes toolchain-owned | |
| 22 | # actions onto it. | |
| 23 | [parser] | |
| 24 | target_platform_detector_spec = target:root//...->root//platforms:cache \ | |
| 25 | target:prelude//...->root//platforms:cache \ | |
| 26 | target:toolchains//...->root//platforms:cache | |
| 27 | ||
| 28 | [build] | |
| 29 | execution_platforms = root//platforms:cache | |
| 30 | ||
| 31 | [project] | |
| Take every jolt-native half from the release, and only from there | 32 | ignore = .git,android/build,build,buck-out |