| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago | 1 | # The pinned fetcher. See ../dist.bzl; the version and digest come from |
| 2 | # scripts/dotslash.dotslash. |
| 3 | load("//:dist.bzl", "dist_archive", "dotslash_dist") |
| 4 | |
| 5 | dotslash_dist(name = "dotslash", platform = "linux-x86_64") |
| 6 | |
| Pin the media plane, now that there is a release to pin 03d5a6b nandi 18d ago | 7 | # jolt-native's release: what a build gets when there is no sibling checkout to |
| 8 | # prefer — see the `buck` recipe in the justfile. |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago | 9 | dist_archive(name = "libvidya-android", tool = "libvidya-android", platform = "linux-x86_64") |
| 10 | |
| Pin the media plane, now that there is a release to pin 03d5a6b nandi 18d ago | 11 | dist_archive(name = "libjoltmoq-android", tool = "libjoltmoq-android", platform = "linux-x86_64") |
| 12 | |
| Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago | 13 | dist_archive(name = "glimmer-vidya", tool = "glimmer-vidya", platform = "linux-x86_64") |
| 14 | |
| 15 | dist_archive(name = "android-glue", tool = "android-glue", platform = "linux-x86_64") |