Skip to content

Commit 08df24e

Browse files
committed
temp off flag
1 parent fc0cbd8 commit 08df24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build_android_library.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ build_android_native_library() {
4242

4343
EXECUTORCH_BUILD_VULKAN="${EXECUTORCH_BUILD_VULKAN:-OFF}"
4444

45+
export EXECUTORCH_BUILD_EXTENSION_LLM=OFF
46+
4547
cmake . -DCMAKE_INSTALL_PREFIX="${CMAKE_OUT}" \
4648
-DCMAKE_TOOLCHAIN_FILE="${ANDROID_NDK}/build/cmake/android.toolchain.cmake" \
4749
-DANDROID_ABI="${ANDROID_ABI}" \

0 commit comments

Comments
 (0)