Skip to content

Commit

Permalink
Update docs/how_to/deploy/09-deploy_adreno.md
Browse files Browse the repository at this point in the history
Co-authored-by: sparanoid <[email protected]>
  • Loading branch information
Anleeos and sparanoid authored Nov 30, 2023
1 parent f53fc00 commit 687b98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/deploy/09-deploy_adreno.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ echo set\(USE_CLML "${ADRENO_OPENCL}"\) >> config.cmake
echo set\(USE_CLML_GRAPH_EXECUTOR "${ADRENO_OPENCL}"\) >> config.cmake
```

对于Android目标构建, ``ANDROID_NDK_HOME`` 是一个依赖项,我们应该在环境变量中设置相同的依赖项。以下命令将构建 Adreno™ 目标组件:
对于 Android 目标构建,``ANDROID_NDK_HOME`` 是一个依赖项,我们应该在环境变量中设置相同的依赖项。以下命令将构建 Adreno™ 目标组件:

```bash
cmake -DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake" \
Expand Down

0 comments on commit 687b98b

Please sign in to comment.