Writeily Pro: Update maintainer note

This commit is contained in:
Boris Kraut 2015-04-10 00:59:47 +02:00
parent 071eac65b9
commit 8aee5e0672

View file

@ -20,7 +20,7 @@ Build:1.1.1,4
subdir=app
gradle=yes
rm=app/libs/*.jar,app/libs/anddown/libs,app/libs/anddown/obj
prebuild=sed -i -e '/fileTree/d' -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"' build.gradle
prebuild=sed -i -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"' build.gradle
build=\
pushd libs/anddown/ && \
ndk-build && \
@ -31,7 +31,9 @@ Build:1.1.1,4
Maintainer Notes:
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
task into overall build.
task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
instead of using `build=`. However, right now this breaks the app because the
native libs don't seem to get included.
.
Auto Update Mode:None