We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0cbd8 commit 08df24eCopy full SHA for 08df24e
build/build_android_library.sh
@@ -42,6 +42,8 @@ build_android_native_library() {
42
43
EXECUTORCH_BUILD_VULKAN="${EXECUTORCH_BUILD_VULKAN:-OFF}"
44
45
+ export EXECUTORCH_BUILD_EXTENSION_LLM=OFF
46
+
47
cmake . -DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \
48
-DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK}/build/cmake/android.toolchain.cmake" \
49
-DANDROID_ABI="${ANDROID_ABI}" \
0 commit comments