Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpeng3 committed Mar 15, 2024
1 parent 13f6fe9 commit 5aec79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/zh_TW/guide/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ tools/bazel build --config=fast //common:kernel_aarch64_dist
```

::: INFO

對於某些 Android 14 內核,使 Wi-Fi/藍牙正常工作。可能需要刪除所有受 GKI 保護的匯出:

```sh
rm common/android/abi_gki_protected_exports_*
```
:::

## 使用 KernelSU 建置核心

如果您可以成功建置核心,那麼建置 KernelSU 就會非常輕鬆,依自己的需求在核心原始碼根目錄中執行以下任一命令:
Expand Down

0 comments on commit 5aec79b

Please sign in to comment.