Skip to content

Commit a423ccb

Browse files
committed
Test
1 parent 8c03d04 commit a423ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build_android_library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build_android_native_library() {
5757
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
5858
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
5959
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
60-
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON \
60+
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=OFF \
6161
-DEXECUTORCH_BUILD_NEURON="${EXECUTORCH_BUILD_NEURON}" \
6262
-DNEURON_BUFFER_ALLOCATOR_LIB="${NEURON_BUFFER_ALLOCATOR_LIB}" \
6363
-DEXECUTORCH_BUILD_QNN="${EXECUTORCH_BUILD_QNN}" \
@@ -89,7 +89,7 @@ build_android_native_library() {
8989
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH \
9090
-DNEURON_BUFFER_ALLOCATOR_LIB="$NEURON_BUFFER_ALLOCATOR_LIB" \
9191
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON \
92-
-DEXECUTORCH_BUILD_LLAMA_JNI=ON \
92+
-DEXECUTORCH_BUILD_LLAMA_JNI=OFF \
9393
-DCMAKE_BUILD_TYPE="${EXECUTORCH_CMAKE_BUILD_TYPE}" \
9494
-B"${CMAKE_OUT}"/extension/android
9595

0 commit comments

Comments
 (0)