Skip to content

Commit c2082d8

Browse files
authored
Update android.rst (#1237)
On linux, TVM_NDK_CC environment variable should contain linux-x86_64
1 parent 1400cd9 commit c2082d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Prerequisite
3333
TVM_NDK_CC: $ANDROID_NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android24-clang
3434
# Example on Windows
3535
ANDROID_NDK: $HOME/Library/Android/sdk/ndk/25.2.9519653
36-
TVM_NDK_CC: $ANDROID_NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android24-clang
36+
TVM_NDK_CC: $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
3737
3838
**JDK**, such as OpenJDK >= 17, to compile Java bindings of TVM Unity runtime. It could be installed via Homebrew on macOS, apt on Ubuntu or other package managers. Set up the following environment variable:
3939

0 commit comments

Comments
 (0)