README.md 304 B

KernelSU

https://github.com/tiann/KernelSU

Develop

构建内核

repo init -u https://android.googlesource.com/kernel/manifest
mv <kernel_manifest.xml> .repo/manifests
repo init -m manifest.xml
repo sync

Reference