Skip to content

Commit

Permalink
chore: remove redundant Android build instructions from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 24, 2024
1 parent 8315128 commit 93bb58f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,6 @@ export NDK_HOME="$HOME/Library/Android/sdk/ndk/27.0.12077973"
cargo ndk -t arm64-v8a -o ./jniLibs build --release
```

## Build for Android

You must install NDK from Android Studio settings.

```console
rustup target add aarch64-linux-android
cargo install cargo-ndk
export NDK_HOME="$HOME/Library/Android/sdk/ndk/27.0.12077973"
cargo ndk -t arm64-v8a -o ./jniLibs build --release
```

## Build for IOS

Install Xcode command line tools
Expand Down

0 comments on commit 93bb58f

Please sign in to comment.