Update BusyBox to 1.24.2 (24)
This commit is contained in:
parent
830fff01c0
commit
591ef90ec4
|
@ -10,8 +10,6 @@ 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
|
||||
|
@ -52,6 +50,23 @@ Build:1.24.1,23
|
|||
./bb-build.sh mips nopie && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Build:1.24.2,24
|
||||
commit=1.24.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
scandelete=app/src/main/assets
|
||||
build=cd ../contrib && \
|
||||
export ANDROID_NDK_ROOT=$$NDK$$ && \
|
||||
./bb-build.sh arm pie && \
|
||||
./bb-build.sh arm nopie && \
|
||||
cp -fR compiled/arm ../app/src/main/assets/ && \
|
||||
./bb-build.sh intel pie && \
|
||||
./bb-build.sh intel nopie && \
|
||||
cp -fR compiled/intel ../app/src/main/assets/ && \
|
||||
./bb-build.sh mips pie && \
|
||||
./bb-build.sh mips nopie && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.24.2
|
||||
|
|
Loading…
Reference in a new issue