From 1501640af12a59524be6d644af4fc2bf07e8a946 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 9 Jan 2016 04:41:02 +0100 Subject: [PATCH] BusyBox: Fix build, enable --- metadata/ru.meefik.busybox.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index 3ba9c349d2..4f7565aab6 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -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