You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
Update CI and README.md
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -43,10 +43,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
run: |
|
run: |
|
||||||
rustup target add armv7-linux-androideabi
|
rustup override set nightly
|
||||||
rustup target add aarch64-linux-android
|
rustup target add aarch64-linux-android
|
||||||
rustup target add x86_64-linux-android
|
rustup target add x86_64-linux-android
|
||||||
rustup target add i686-linux-android
|
|
||||||
|
|
||||||
- name: Set up ccache
|
- name: Set up ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ Also works as standalone loader for Magisk.
|
|||||||
### General
|
### General
|
||||||
|
|
||||||
+ No multiple root implementation installed
|
+ No multiple root implementation installed
|
||||||
|
+ SELinux enforcing: We now rely on SELinux to prevent `vold` from aborting our fuse connection
|
||||||
|
|
||||||
### KernelSU
|
### KernelSU
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user