mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Merge branch 'fix-indickeyboard' into 'master'
Fix indic keyboard gradle issue See merge request fdroid/fdroiddata!3497
This commit is contained in:
commit
dc04885440
1 changed files with 9 additions and 0 deletions
|
|
@ -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 && \
|
||||
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:
|
||||
* needs testing
|
||||
* dictionary binaries?
|
||||
|
|
|
|||
Loading…
Reference in a new issue