From 39188606dcddd8f4ae5cc59c36febb7a31f9123b Mon Sep 17 00:00:00 2001 From: tiann Date: Sat, 10 Dec 2022 23:50:08 +0800 Subject: [PATCH] misc: README --- README.md | 9 +++++---- manager/.idea/.name | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 manager/.idea/.name 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