first sketch at busybox installer
This commit is contained in:
parent
f4c718342b
commit
b626328b89
|
@ -1,4 +1,4 @@
|
|||
Disabled:Can't build the binaries without patching c libraries, and source is not published anyway
|
||||
Disabled:Blobs in assets apart from Busybox and Constants needs patching
|
||||
Category:System
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/busybox-android/
|
||||
|
@ -29,12 +29,22 @@ Build Version:7.2,104,!No source available
|
|||
Build Version:7.5,105,!No source available
|
||||
Build Version:7.6.1,112,!No source available
|
||||
Build Version:7.8.3,117,!No source available
|
||||
#Compile busybox with ndk using stericsonlike config and srclib for RootTools. Fork package id?
|
||||
#Use srclib or just copy source files as above
|
||||
Build Version:9.6.3,141,!blobs 26,subdir=app,srclibs=ViewPagerIndicator@2.2.3;RootTools@211,prebuild=\
|
||||
|
||||
Build Version:9.6.3,141,26,subdir=app,srclibs=\
|
||||
ViewPagerIndicator@2.2.3;RootTools@211;Busybox@c9677ed83;BusyboxConfigs@835af752d,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||
mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
|
||||
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd .. && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties
|
||||
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \
|
||||
mkdir -p busybox/ && cp -r $$Busybox$$/* busybox/ && \
|
||||
cp -f $$BusyboxConfigs$$/android_ndk_stericson-like busybox/.config && \
|
||||
rm -f binaries/* && cp $$BusyboxConfigs$$/patches/* patches/ && \
|
||||
cd busybox && find ../patches -name * -print 0 | xargs -0 patch -p1 && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \
|
||||
mv busybox ../binaries/busybox-1.20-arm && make clean && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" && \
|
||||
mv busybox ../binaries/busybox-1.20-mips && make clean && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-x86" && \
|
||||
mv busybox ../binaries/busybox-1.20-x86 && make clean
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue