update magisk ndk

This commit is contained in:
linsui 2022-03-11 08:50:01 +00:00
parent 0c2f9819f6
commit b784eb4214

View file

@ -9,13 +9,14 @@ IssueTracker: https://github.com/topjohnwu/Magisk/issues
Changelog: https://topjohnwu.github.io/Magisk/changes.html
Donate: https://paypal.me/magiskdonate
AutoName: Magisk
Description: |-
Magisk is a suite of open source tools for customizing Android, supporting devices higher than Android 4.2. It covers fundamental parts of Android customization: root, boot scripts, SELinux patches, AVB2.0 / dm-verity / forceencrypt removals etc.
Here are some feature highlights:
* MagiskSU: Provide root access to your device
Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 5.0.
Some highlight features:
* MagiskSU: Provide root access for applications
* Magisk Modules: Modify read-only partitions by installing modules
* MagiskHide: Hide Magisk from root detections / system integrity checks
* MagiskBoot: The most complete tool for unpacking and repacking Android boot images
* Zygisk: Run code in every Android applications' processes
RequiresRoot: 'yes'
@ -210,7 +211,7 @@ Builds:
- sed -i -e '/android.ndkPath/d' -e '/ndk.dir/d' ./local.properties
- sed -i -e "s/op.join(ndk_root, 'magisk')/os.environ['ANDROID_NDK_HOME']/"
./build.py
- sed -i -e 's/ missing.cpp//' native/jni/utils/Android.mk
- sed -i -e '/compat.cpp/d' native/jni/utils/Android.mk
- sed -i -e 's/Key.CHECK_UPDATES, true/Key.CHECK_UPDATES, false/' ./app/src/main/java/com/topjohnwu/magisk/core/Config.kt
scanignore:
- app/shared/src/main/java/com/topjohnwu/magisk/utils/DynamicClassLoader.java
@ -227,7 +228,7 @@ Builds:
- mv stub/build/outputs/apk/release/stub-release-unsigned.apk out/stub-release.apk
- python3.9 ./build.py -rv binary
- python3.9 ./build.py -rv app
ndk: r21e
ndk: r23b
MaintainerNotes: |-
22.1: https://github.com/topjohnwu/ndk-busybox/commit/31b2b5780bf9fe982e1f3d9df0bd4b1b44d6e394