Fix indic keyboard gradle issue
Gradle config was not including native libraries built during FDriod build process.
This commit is contained in:
parent
55f1fe2097
commit
e8243ddc86
|
@ -82,6 +82,15 @@ Build:2.1.0,27
|
||||||
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
|
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
|
||||||
mv ../native/libs/* jniLibs/
|
mv ../native/libs/* jniLibs/
|
||||||
|
|
||||||
|
Build:2.1.0-1,28
|
||||||
|
commit=v2.1.0-1
|
||||||
|
subdir=java
|
||||||
|
submodules=yes
|
||||||
|
gradle=yes
|
||||||
|
rm=java/jniLibs/armeabi-v7a/libjni_latinime.so
|
||||||
|
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
|
||||||
|
mv ../native/libs/* jniLibs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
* needs testing
|
* needs testing
|
||||||
* dictionary binaries?
|
* dictionary binaries?
|
||||||
|
|
Loading…
Reference in a new issue