Delta Chat: fix 0.9.8 (473)
Use NDK r15c. Also enable parallel compilation of native code.
This commit is contained in:
parent
845845444d
commit
d10d08b4fa
|
@ -223,8 +223,9 @@ Build:0.9.8,473
|
||||||
subdir=MessengerProj
|
subdir=MessengerProj
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=fat
|
gradle=fat
|
||||||
build=$$NDK$$/ndk-build && \
|
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||||
gradle nativeLibsToJar
|
gradle nativeLibsToJar
|
||||||
|
ndk=r15c
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
Loading…
Reference in a new issue