Merge commit 'refs/merge-requests/186' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Daniel Martí 2013-10-01 09:59:42 +02:00
commit 5cb090873e

View file

@ -16,6 +16,12 @@ switched to offline browsing mode when the network is disconnected.
Repo Type:git
Repo:https://github.com/splondike/polipoid.git
Build Version:1.0.1,2,v1.0.1,submodules=yes,maven=yes,init=\
TOOLCHAIN=/tmp/polipoid-toolchain &&\
$$NDK$$/build/tools/make-standalone-toolchain.sh --platform=android-8 --install-dir=$TOOLCHAIN &&\
cd polipo/ &&\
PATH=$TOOLCHAIN/bin:$PATH CC=arm-linux-androideabi-gcc EXTRA_DEFINES="-U __linux__" make clean polipo && \
mv polipo ../assets/
Build Version:1.0.0,1,!Could not find artifact com.android.support:support-v4:jar:18.0.0 in central v1.0.0,submodules=yes,maven=yes,init=\
TOOLCHAIN=/tmp/polipoid-toolchain &&\
$$NDK$$/build/tools/make-standalone-toolchain.sh --platform=android-8 --install-dir=$TOOLCHAIN &&\