remove references to non-free apps in about section of org.fdroid.superuser

This commit is contained in:
David Black 2013-03-04 15:08:36 +00:00
parent 2d810ac024
commit d2122f6487

View file

@ -28,6 +28,7 @@ Repo:https://github.com/koush/Superuser.git
Build Version:1.0.0.7,1007,!wait a bit 1760433,subdir=Superuser,patch=packageid.patch,\
srclibs=KoushWidgets@039589973,prebuild=\
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
sed -i '50\,114d' src/com/koushikdutta/superuser/AboutFragment.java && \
sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties && \
sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk,buildjni=yes