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

README.md · 14 lines · 323 Bmarkdown Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1## How to install
2
3```sh
4rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
5```
6
7## How to build apk
8
9```sh
10# Builds the project in release mode and places it into a `apk` file.
11cargo apk build --release
12```
13
14more information at: https://github.com/rust-mobile/cargo-apk