Fix workspace manifest location on build-android script

This commit is contained in:
Erdem Yerebasmaz
2024-04-29 21:00:39 +03:00
parent c3bae0e5df
commit e14e4d44dd

View File

@@ -19,7 +19,7 @@ rustup target add \
# Build the android libraries in the jniLibs directory
cargo ndk -o $JNI_DIR \
--manifest-path ../Cargo.toml \
--manifest-path ../../Cargo.toml \
-t armeabi-v7a \
-t arm64-v8a \
-t x86 \