Change script paths to langs directory

This commit is contained in:
Ross Savage
2024-05-21 15:38:13 +02:00
parent c6c5755973
commit 337b52d40e
19 changed files with 136 additions and 136 deletions

View File

@@ -19,7 +19,7 @@ rustup target add \
# Build the android libraries in the jniLibs directory
cargo ndk -o $JNI_DIR \
--manifest-path ../../../core/Cargo.toml \
--manifest-path ../../../../core/Cargo.toml \
-t aarch64-linux-android \
-t armv7-linux-androideabi \
-t i686-linux-android \