website: update translation (#1423)
This commit is contained in:
@@ -39,13 +39,15 @@ Starting from Android 13, the kernel is built by `bazel`:
|
|||||||
```sh
|
```sh
|
||||||
tools/bazel build --config=fast //common:kernel_aarch64_dist
|
tools/bazel build --config=fast //common:kernel_aarch64_dist
|
||||||
```
|
```
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
For some Android 14 Kernel, to make WIFI/Bluetooth work. It may be necessary to remove all the GKI protected exports:
|
For some Android 14 Kernel, to make Wi-Fi/Bluetooth work. It may be necessary to remove all the GKI protected exports:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rm common/android/abi_gki_protected_exports_*
|
rm common/android/abi_gki_protected_exports_*
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Build Kernel with KernelSU
|
## 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:
|
If you can build the kernel successfully, then build KernelSU is so easy, Select any one run in Kernel source root dir:
|
||||||
|
|||||||
@@ -40,6 +40,14 @@ A partir do Android 13, o kernel é construído pelo `bazel`:
|
|||||||
tools/bazel build --config=fast //common:kernel_aarch64_dist
|
tools/bazel build --config=fast //common:kernel_aarch64_dist
|
||||||
```
|
```
|
||||||
|
|
||||||
|
:::info INFORMAÇÕES
|
||||||
|
Para alguns kernel do Android 14, para fazer o Wi-Fi/Bluetooth funcionar. Pode ser necessário remover todas as exportações protegidas por GKI:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
rm common/android/abi_gki_protected_exports_*
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
## Construir o kernel com KernelSU
|
## Construir o kernel com KernelSU
|
||||||
|
|
||||||
Se você conseguir construir o kernel com sucesso, então construir o KernelSU é muito fácil. Selecione qualquer um executado no diretório raiz de origem do kernel:
|
Se você conseguir construir o kernel com sucesso, então construir o KernelSU é muito fácil. Selecione qualquer um executado no diretório raiz de origem do kernel:
|
||||||
|
|||||||
Reference in New Issue
Block a user