BusyBox: fix 1.27.1 (32)

This commit is contained in:
relan 2017-08-11 09:47:49 +03:00
parent bbdc7e891a
commit 47e9bf4e0c

View file

@ -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