BusyBox: Fix build, enable

This commit is contained in:
Boris Kraut 2016-01-09 04:41:02 +01:00
parent b83b8e32c2
commit 1501640af1

View file

@ -10,13 +10,14 @@ Auto Name:BusyBox
Summary:Install BusyBox
Description:
Install a recent and un-crippled version of BusyBox.
Warning: This is an untested build!
.
Repo Type:git
Repo:https://github.com/meefik/busybox
Build:1.24.1,20
disable=wip
commit=610d680fd603dc7b0a5c3a2d30f6d48e89811c0c
subdir=app
gradle=yes
@ -24,11 +25,14 @@ Build:1.24.1,20
build=cd ../contrib && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
./bb-build.sh arm pie && \
./bb-build.sh arm nopie && \
./bb-build.sh arm && \
cp -fR compiled/arm ../app/src/main/assets/ && \
./bb-build.sh intel pie && \
./bb-build.sh intel nopie && \
./bb-build.sh intel && \
cp -fR compiled/intel ../app/src/main/assets/ && \
./bb-build.sh mips pie && \
./bb-build.sh mips nopie
./bb-build.sh mips && \
cp -fR compiled/mips ../app/src/main/assets/
Auto Update Mode:None
Update Check Mode:Tags