more WIP Orbot
This commit is contained in:
parent
8182100e2b
commit
d428c086ca
|
@ -42,9 +42,11 @@ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.p
|
|||
export NDK_BASE=$$NDK$$ && export PATH=$PATH:$$NDK$$/toolchain/bin && \
|
||||
sed -i 's/ndk-build/\$(NDK_BASE)\/ndk-build/g' external/Makefile && make -C external
|
||||
|
||||
Build Version:12.0.1,57,!not a release,\
|
||||
Build Version:12.0.1,57,!not a release; problems building libevent; possible iptables blobs,\
|
||||
submodules=yes,\
|
||||
prebuild=sed -i 's/ndk-build/\$(NDK_BASE)\/ndk-build/g' external/Makefile,\
|
||||
update=.;external/ActionBarSherlock/actionbarsherlock,\
|
||||
prebuild=sed -i 's/ndk-build/\$(NDK_BASE)\/ndk-build/g' external/Makefile && \
|
||||
cd res/raw/ && rm iptables* obfsproxy privoxy tor.mp3,\
|
||||
build=NDK_BASE=$$NDK$$ make -C external
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue