another busybox tweak
This commit is contained in:
parent
8c2ce027b1
commit
bafbed501a
|
@ -31,12 +31,13 @@ Build Version:7.6.1,112,!No source available
|
|||
Build Version:7.8.3,117,!No source available
|
||||
|
||||
#Sketch: Blobs in assets apart from Busybox and /src/.../Constants.java needs patching
|
||||
#sed errors when executing make
|
||||
Build Version:9.6.3,141,26,subdir=app,srclibs=\
|
||||
ViewPagerIndicator@2.2.3;RootTools@211;BusyboxConfigs@835af752d,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||
rm -f ../binaries/* && mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
|
||||
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \
|
||||
mkdir -p busybox/ && cp -r $$BusyboxConfigs$$/* busybox/ && cd busybox/ && \
|
||||
mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
|
||||
make ARCH="arm" CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \
|
||||
mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \
|
||||
make ARCH="mips" CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" && \
|
||||
|
|
Loading…
Reference in a new issue