mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update BusyBox Installer to v2.4 (15)
This commit is contained in:
parent
9e8a890406
commit
323681c110
1 changed files with 30 additions and 2 deletions
|
|
@ -48,7 +48,35 @@ Builds:
|
|||
- mv $$ndk-box-kitchen$$/jni/libs/x86/busybox src/main/assets/i686
|
||||
ndk: r21e
|
||||
|
||||
- versionName: v2.4
|
||||
versionCode: 15
|
||||
commit: v2.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
srclibs:
|
||||
- ndk-box-kitchen@8e189fc6c7de27ae7a27b6150f39136355bf4477
|
||||
- Busybox@1_32_1
|
||||
- SELinux@3.2
|
||||
- pcre@android-mainline-11.0.0_r6
|
||||
scandelete:
|
||||
- app/src/main/assets
|
||||
build:
|
||||
- pushd $$ndk-box-kitchen$$
|
||||
- cp -r $$Busybox$$ busybox
|
||||
- cp -r $$SELinux$$ jni/selinux
|
||||
- cp -r $$pcre$$ jni/pcre
|
||||
- ./busybox.sh patch
|
||||
- ./busybox.sh generate
|
||||
- cd jni
|
||||
- sed -i -e 's/armeabi-v7a//' -e 's/x86_64//' Application.mk
|
||||
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. NDK_APPLICATION_MK=Application.mk APP_BUILD_SCRIPT=Android.mk
|
||||
- popd
|
||||
- mv $$ndk-box-kitchen$$/jni/libs/arm64-v8a/busybox src/main/assets/aarch64
|
||||
- mv $$ndk-box-kitchen$$/jni/libs/x86/busybox src/main/assets/i686
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v2.3
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: v2.4
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue