docs: change url of build instruction (#3)

This commit is contained in:
Ylarod
2022-12-15 22:21:05 +08:00
committed by GitHub
parent 91f3b3ef1c
commit a90c93c97a

View File

@@ -11,7 +11,7 @@ A Kernel based root solution for Android GKI.
### Build GKI Kernel ### Build GKI Kernel
1. Download the GKI source first, you can refer the [GKI build instruction](https://source.android.com/docs/core/architecture/kernel/generic-kernel-image) 1. Download the GKI source first, you can refer the [GKI build instruction](https://source.android.com/docs/setup/build/building-kernels)
2. cd `<GKI kernel source dir>` 2. cd `<GKI kernel source dir>`
3. `curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -` 3. `curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -`
4. Build the kernel. 4. Build the kernel.
@@ -28,4 +28,4 @@ Just open Android Studio and import the project.
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/) - [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/)
- [genuine](https://github.com/brevent/genuine/) - [genuine](https://github.com/brevent/genuine/)
- [Diamorphine](https://github.com/m0nad/Diamorphine) - [Diamorphine](https://github.com/m0nad/Diamorphine)