nandi/jolt-nativepublic Fork 0
5acc801872977305e0f29a8dc4aca4ddca240f98
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

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

Cross-compile for Android, with an NDK nobody has to install 14a30c0 · on 5acc801872977305e0f29a8dc4aca4ddca240f98 · nandi · 19d ago
BUCK · 11 lines · 370 BPython Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# The pins, as artifacts.
#
# A manifest that a *build action* resolves has to be an input to it, so that
# bumping the version it names invalidates what was built with the old one.
# See toolchains/ndk.sh, which is handed this file and a DotSlash to read it
# with.
export_file(
    name = "android-ndk.dotslash",
    mode = "reference",
    visibility = ["PUBLIC"],
)