srkreddy1238 commented on PR #13305: URL: https://github.com/apache/tvm/pull/13305#issuecomment-1306668369
I used ENV as in CI dockers this is the way we can supply the NDK version. For individual compilations exporting in environment or prefixing NDK version should work. ```ANDROID_NDK_MAJOR=21 cmake -DCMAKE_TOOLCHAIN_FILE=Android/Sdk/ndk/22.1.7171670/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_NATIVE_API_LEVEL=android-23 -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON -DANDROID_STL=c++_static ..``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
