nandi/jolt-nativepublic Fork 0
68910bd024f8012cf0a0248b2c01850714a3ef49
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.

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