Skip to content

Commit

Permalink
[Hexagon] Pass SDK information to launcher build for Android (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Parzyszek authored Jan 13, 2022
1 parent 2c1ed59 commit 5f828a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/hexagon_launcher/cmake/android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ExternalProject_Add(android_tvm_runtime
"-DUSE_LIBBACKTRACE=OFF"
"-DUSE_LLVM=OFF"
"-DUSE_RPC=OFF"
"-DUSE_HEXAGON_SDK=${USE_HEXAGON_SDK}"
"-DUSE_HEXAGON_ARCH=${USE_HEXAGON_ARCH}"
INSTALL_COMMAND ""
BUILD_ALWAYS ON
)
Expand Down

0 comments on commit 5f828a6

Please sign in to comment.