mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-16 01:52:35 +08:00
Precompile ndk files.
This commit is contained in:
@@ -9,13 +9,12 @@ android {
|
||||
targetSdkVersion 23
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
ndk {
|
||||
moduleName "rnupdate"
|
||||
ldLibs "log"
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
// let gradle pack the shared library into apk
|
||||
jniLibs.srcDirs = ['./lib']
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BIN
android/lib/armeabi-v7a/librnupdate.so
Executable file
BIN
android/lib/armeabi-v7a/librnupdate.so
Executable file
Binary file not shown.
BIN
android/lib/x86/librnupdate.so
Executable file
BIN
android/lib/x86/librnupdate.so
Executable file
Binary file not shown.
Reference in New Issue
Block a user