Update Writeily Pro to 1.2.0 (5)
This commit is contained in:
parent
16d0be5ee4
commit
66872733b7
|
@ -28,6 +28,18 @@ Build:1.1.1,4
|
|||
gradle packageNativeLibs && \
|
||||
popd
|
||||
|
||||
Build:1.2.0,5
|
||||
commit=v1.2.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
rm=app/libs/*.jar,app/libs/anddown/libs,app/libs/anddown/obj
|
||||
scanignore=app/libs/anddown/libs
|
||||
scandelete=app/libs/anddown/obj
|
||||
build=pushd libs/anddown/ && \
|
||||
ndk-build && \
|
||||
gradle packageNativeLibs && \
|
||||
popd
|
||||
|
||||
Maintainer Notes:
|
||||
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
|
||||
task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
|
||||
|
|
Loading…
Reference in a new issue