fix com.btmura.android.reddit

This commit is contained in:
David Black 2013-03-17 20:33:09 +00:00
parent 7052b81491
commit da3d57eb89
2 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@ Web Site:https://github.com/btmura/rbb
Source Code:https://github.com/btmura/rbb
Issue Tracker:https://github.com/btmura/rbb/issues
Summary:Simple Reddit client
Summary:Simple reddit.com client
Description:
Reddit by Brian (rbb) is a fast and simple Reddit client for Android.
@ -18,7 +18,10 @@ Reddit by Brian (rbb) is a fast and simple Reddit client for Android.
Repo Type:git
Repo:https://github.com/btmura/rbb.git
Build Version:2.3,6,!compile problems v2.3,prebuild=rm -rf tests eclipse,target=android-17
Build Version:2.3,6,v2.3,target=android-17,srclibs=ViewPagerIndicator@2.4.1,\
prebuild=rm -rf tests eclipse && \
echo "android.library.reference.1=$$ViewPagerIndicator$$" >> project.properties && \
mv libs/support/*.jar libs/
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -21,10 +21,9 @@ does use require quite a bit of RAM but the root method does not.
Repo Type:hg
Repo:https://hg.adblockplus.org/adblockplusandroid
Build Version:1.0.1,168,1.0.1,srclibs=RootTools@211,\
Build Version:1.0.1,168,!build server rejection 1.0.1,srclibs=RootTools@211,\
init=rm -rf iptables/ libs/RootTools-1.7.jar build.xml && \
git clone https://android.googlesource.com/platform/external/iptables,prebuild=\
sed -i 's/python extensions\/fixinit.py/python2.7 extensions\/fixinit.py/g' iptables.patch && \
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && cd iptables && \
git apply ../iptables.patch && sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
make all && mv libs/armeabi/iptables ../assets/install/,buildjni=yes