mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 21:37:51 +00:00
Update BusyBox to 1.24.1 (23)
This commit is contained in:
parent
7594524495
commit
7fce669906
1 changed files with 18 additions and 0 deletions
|
|
@ -35,6 +35,24 @@ Build:1.24.1,18
|
|||
./bb-build.sh mips && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Build:1.24.1,23
|
||||
commit=a0daeb3b5055f4786c54ce2beef3093440d7a82f
|
||||
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/
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.24.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue