mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Indic Keyboard - bring back armv7
This commit is contained in:
parent
ee510b331f
commit
7f766c2ef9
1 changed files with 20 additions and 0 deletions
|
|
@ -206,6 +206,26 @@ Builds:
|
|||
- mv ../native/libs/* jniLibs/
|
||||
ndk: r21d
|
||||
|
||||
- versionName: '3.2'
|
||||
versionCode: 51
|
||||
commit: v3.2
|
||||
subdir: java
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
forcevercode: true
|
||||
rm:
|
||||
- dictionaries/
|
||||
- dictionaries-indic/
|
||||
- java/jniLibs/
|
||||
prebuild:
|
||||
- sed -i '/include "armeabi-v7a", "arm64-v8a"/c\include "armeabi-v7a"' build.gradle
|
||||
- sed -i '/exclude "x86", "x86_64"/c\exclude "arm64-v8a", "x86", "x86_64"' build.gradle
|
||||
build:
|
||||
- $$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni
|
||||
- mv ../native/libs/* jniLibs/
|
||||
ndk: r21d
|
||||
|
||||
- versionName: '3.2'
|
||||
versionCode: 52
|
||||
commit: v3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue