ffi android

This commit is contained in:
ekibun
2020-09-21 14:45:04 +08:00
parent 9175871678
commit 53671c8be0
18 changed files with 81 additions and 2366 deletions

View File

@@ -42,7 +42,7 @@ android {
}
externalNativeBuild {
cmake {
path "src/main/jni/CMakeLists.txt"
path "src/main/cxx/CMakeLists.txt"
version "3.10.2"
}
}