Merge branch 'busybox' into 'master'
Update BusyBox. Enable auto updates from tags. See merge request !2323
This commit is contained in:
commit
da2c983e79
|
@ -81,7 +81,21 @@ Build:1.25.1,27
|
|||
./bb-build.sh mips static && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:1.26.2,29
|
||||
commit=1.26.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
scandelete=app/src/main/assets
|
||||
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/ && \
|
||||
./bb-build.sh mips static && \
|
||||
cp -fR compiled/mips ../app/src/main/assets/
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.26.2
|
||||
Current Version Code:29
|
||||
|
|
Loading…
Reference in a new issue