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 88e96ab commit f53fc00
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 @@ -186,7 +186,7 @@ export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
python3 -c "import tvm" # 验证tvm Python包
```

现在,我们可以使用以下配置来配置和构建目标组件。目标构建需要安装Android NDK。
现在,我们可以使用以下配置来配置和构建目标组件。目标构建需要安装 Android NDK。

- 在此处阅读有关 *Android NDK 安装* 的文档:[https://developer.android.com/ndk](https://developer.android.com/ndk)
- 要获取 adb 工具的访问权限,您可以在此处查看 *Android Debug Bridge 安装*[https://developer.android.com/studio/command-line/adb](https://developer.android.com/studio/command-line/adb)
Expand Down

0 comments on commit f53fc00

Please sign in to comment.