mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update BusyBox to 1.24.2 (24)
This commit is contained in:
parent
830fff01c0
commit
591ef90ec4
1 changed files with 17 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ Auto Name:BusyBox
|
||||||
Summary:Install BusyBox
|
Summary:Install BusyBox
|
||||||
Description:
|
Description:
|
||||||
Install a recent and un-crippled version of BusyBox.
|
Install a recent and un-crippled version of BusyBox.
|
||||||
|
|
||||||
Warning: This is an untested build!
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -52,6 +50,23 @@ Build:1.24.1,23
|
||||||
./bb-build.sh mips nopie && \
|
./bb-build.sh mips nopie && \
|
||||||
cp -fR compiled/mips ../app/src/main/assets/
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.24.2
|
Current Version:1.24.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue