Busybox Installer: clarify why it was disabled
This commit is contained in:
parent
1bd8733fe8
commit
33c4091a17
|
@ -33,6 +33,7 @@ Repo Type:git
|
|||
Repo:https://github.com/Stericson/busybox-free
|
||||
|
||||
Build:10.9,157
|
||||
disable=prebuilts
|
||||
commit=6c3dbbee
|
||||
init=sed -i 's@\(reference.1=\).*@\1view_pager_JW@' project.properties
|
||||
srclibs=RootToolsSvn@3.4,BusyboxConfigs-linusyang@63dc
|
||||
|
@ -50,28 +51,6 @@ Build:10.9,157
|
|||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.arm/busybox ../assets/busybox1.21.1.png
|
||||
|
||||
Maintainer Notes:
|
||||
Toolchain 4.4.3 is recommended but buildserver doesn't have access to that.
|
||||
Toolbox.png can stay in the apk under system library exception, but it's taken
|
||||
from my CM10.1 install to minimze use of developer's prebuilts.
|
||||
|
||||
Todo: Make MIPS and x86 binaries and adapt the Java code so that they are made available for
|
||||
installation. Apparently, future (stericson-)upstream versions will include MIPS and x86.
|
||||
|
||||
disable=using Tias repo:sed: invalid option -- 'D' -- 'z' after patching; need to rename busybox binaries sensibly so they are made available in the UI
|
||||
prebuild=sed -i 's/i686-android-linux/i686-linux-android/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' BB/Makefile
|
||||
build=cd BB && \
|
||||
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin:$PATH && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.arm/busybox ../assets/busybox-1.21.0-ARM.png && \
|
||||
export PATH=$$NDK$$/toolchains/x86-4.6/prebuilt/linux-x86/bin:$PATH && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-x86" ARCH=x86 ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.x86/busybox ../assets/busybox-1.21.0-x86.png && \
|
||||
export PATH=$$NDK$$/toolchains/mipsel-linux-android-4.6/prebuilt/linux-x86/bin:$PATH && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" ARCH=mips ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.mips/busybox ../assets/busybox-1.21.0-MIPS.png
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:15
|
||||
|
|
Loading…
Reference in a new issue