mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
BusyBox: fix 1.27.2 (34)
This commit is contained in:
parent
902162972f
commit
91a0271c25
1 changed files with 3 additions and 11 deletions
|
|
@ -114,23 +114,15 @@ Build:1.27.2,34
|
||||||
commit=1.27.2
|
commit=1.27.2
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
rm=app/src/main/assets/arm,app/src/main/assets/intel,app/src/main/assets/mips
|
rm=app/src/main/assets/arm,app/src/main/assets/mips,app/src/main/assets/x86
|
||||||
build=cd ../contrib && \
|
build=cd ../contrib && \
|
||||||
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
||||||
./bb-build.sh arm static && \
|
./bb-build.sh arm static && \
|
||||||
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 && \
|
./bb-build.sh mips static && \
|
||||||
mv compiled/mips ../app/src/main/assets/
|
./bb-build.sh x86 static && \
|
||||||
|
mv compiled/* ../app/src/main/assets/
|
||||||
ndk=r10e
|
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
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.27.2
|
Current Version:1.27.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue