|
@@ -1,3 +1,18 @@
|
|
|
# KernelSU
|
|
|
|
|
|
-https://github.com/tiann/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
|
|
|
+
|
|
|
+- [如何构建](https://kernelsu.org/zh_CN/guide/how-to-build.html)
|
|
|
+
|