From 7611accc33bfeabadbf86c40bcacb28f87187e58 Mon Sep 17 00:00:00 2001 From: WindyDay <49394090+singer233@users.noreply.github.com> Date: Wed, 6 Mar 2024 02:39:55 +1100 Subject: [PATCH] Add docs about Android 14 Kernel (#1421) First time Pr to this project, not sure if I done it in the correct format --- website/docs/guide/how-to-build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/guide/how-to-build.md b/website/docs/guide/how-to-build.md index 095bec8a..eff1f265 100644 --- a/website/docs/guide/how-to-build.md +++ b/website/docs/guide/how-to-build.md @@ -39,7 +39,13 @@ Starting from Android 13, the kernel is built by `bazel`: ```sh tools/bazel build --config=fast //common:kernel_aarch64_dist ``` +:::info +For some Android 14 Kernel, to make WIFI/Bluetooth work. It may be necessary to remove all the GKI protected exports: +```sh +rm common/android/abi_gki_protected_exports_* +``` +::: ## Build Kernel with KernelSU If you can build the kernel successfully, then build KernelSU is so easy, Select any one run in Kernel source root dir: