Kiwix: rewritemeta

This commit is contained in:
Daniel Martí 2017-03-04 23:13:15 +01:00
parent 6e10f23954
commit f728fb0731

View file

@ -49,7 +49,6 @@ Build:2.1,45
commit=android_v2.10 commit=android_v2.10
subdir=android subdir=android
gradle=yes gradle=yes
ndk=r10e
rm=ios,dvd,src/sugar,android/libs/*/*.so rm=ios,dvd,src/sugar,android/libs/*/*.so
build=cd .. && \ build=cd .. && \
./autogen.sh && \ ./autogen.sh && \
@ -59,6 +58,7 @@ Build:2.1,45
popd && \ popd && \
cd android && \ cd android && \
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
ndk=r10e
Maintainer Notes: Maintainer Notes:
Don't run `make android-deps` as that will download the SDK and NDK. Don't run `make android-deps` as that will download the SDK and NDK.