From 47e9bf4e0cd8ce4adf660cb48c1c404cd47c9e3a Mon Sep 17 00:00:00 2001 From: relan Date: Fri, 11 Aug 2017 09:47:49 +0300 Subject: [PATCH] BusyBox: fix 1.27.1 (32) --- metadata/ru.meefik.busybox.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index 16390f2070..907ec7d381 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -99,15 +99,22 @@ Build:1.27.1,32 commit=1.27.1 subdir=app gradle=yes - scandelete=app/src/main/assets + rm=app/src/main/assets/arm,app/src/main/assets/intel,app/src/main/assets/mips build=cd ../contrib && \ export ANDROID_NDK_ROOT=$$NDK$$ && \ ./bb-build.sh arm static && \ - cp -fR compiled/arm ../app/src/main/assets/ && \ - ./bb-build.sh intel static && \ - cp -fR compiled/intel ../app/src/main/assets/ && \ + mv compiled/arm ../app/src/main/assets/ && \ + ./bb-build.sh x86 static && \ + mv compiled/x86 ../app/src/main/assets/intel && \ ./bb-build.sh mips static && \ - cp -fR compiled/mips ../app/src/main/assets/ + mv compiled/mips ../app/src/main/assets/ + ndk=r10e + +Maintainer Notes: +As of 1.27.1, the binary for Intel x86 target is compiled using +"./bb-build.sh x86" command, but the app expectes it in assets/intel directory +(not assets/x86). +. Auto Update Mode:Version %v Update Check Mode:Tags