diff --git a/README.md b/README.md index 9bef55f3..b4ac9214 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ A Kernel based root solution for Android GKI. ### Build GKI Kernel -1. Put the `kernel` directory to GKI source's `common/drivers` -2. Edit `common/drivers/Makefile` and add the driver to target -3. Follow the [GKI build instruction](https://source.android.com/docs/core/architecture/kernel/generic-kernel-image) and build the 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) +2. cd `` +3. `curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -` +4. Build the kernel. -### Build App +### Build the Manager App Just open Android Studio and import the project. diff --git a/manager/.idea/.name b/manager/.idea/.name new file mode 100644 index 00000000..38c078d5 --- /dev/null +++ b/manager/.idea/.name @@ -0,0 +1 @@ +KernelSU \ No newline at end of file