more busybox
This commit is contained in:
parent
bafbed501a
commit
99b647f669
|
@ -38,11 +38,11 @@ sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.
|
|||
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/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
|
||||
make ARCH="arm" CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \
|
||||
make ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \
|
||||
make ARCH="mips" CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-mips" && \
|
||||
make ARCH=mips ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.mips/busybox ../binaries/busybox-1.20-mips && make clean && \
|
||||
make ARCH="x86" CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-x86" && \
|
||||
make ARCH=x86 ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.x86/busybox ../binaries/busybox-1.20-x86 && make clean
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue