nandi/frqpublic Fork 0
9cc5d9980472e2eee5e25ee46663aa0cf4eb1cbe
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 · 13 lines · 627 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
7# jolt-native's release. Both are what a build gets when there is no sibling
8# checkout to prefer — see the `buck` recipe in the justfile.
9dist_archive(name = "libvidya-android", tool = "libvidya-android", platform = "linux-x86_64")
10
11dist_archive(name = "glimmer-vidya", tool = "glimmer-vidya", platform = "linux-x86_64")
12
13dist_archive(name = "android-glue", tool = "android-glue", platform = "linux-x86_64")