mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Fix scan error in Indic Keyboard triggered by unused package.json
This commit is contained in:
parent
50b2962a36
commit
74d30d44a2
1 changed files with 4 additions and 0 deletions
|
|
@ -385,6 +385,8 @@ Builds:
|
|||
scandelete:
|
||||
- dictionaries-indic/
|
||||
- java/jniLibs/
|
||||
- ime/package.json
|
||||
- ime/libs/
|
||||
build:
|
||||
- $$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni
|
||||
- mv ../native/libs/* jniLibs/
|
||||
|
|
@ -406,6 +408,8 @@ Builds:
|
|||
scandelete:
|
||||
- dictionaries-indic/
|
||||
- java/jniLibs/
|
||||
- ime/package.json
|
||||
- ime/libs/
|
||||
build:
|
||||
- $$NDK$$/ndk-build -e "APP_ABI=arm64-v8a" -e "APP_CFLAGS += -w" -C ../native/jni
|
||||
- mv ../native/libs/* jniLibs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue