nandi/frqpublic Fork 0
bccb13490b96a3c38937528bc4ea07c8f11e3e2a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

BUCK · 15 lines · 717 BPython Blame HistoryRaw
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 19d ago1# The pinned fetcher. See ../dist.bzl; the version and digest come from
2# scripts/dotslash.dotslash.
3load("//:dist.bzl", "dist_archive", "dotslash_dist")
4
5dotslash_dist(name = "dotslash", platform = "linux-x86_64")
6
Pin the media plane, now that there is a release to pin 03d5a6b nandi 18d ago7# 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 ago9dist_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 ago11dist_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 ago13dist_archive(name = "glimmer-vidya", tool = "glimmer-vidya", platform = "linux-x86_64")
14
15dist_archive(name = "android-glue", tool = "android-glue", platform = "linux-x86_64")