File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ build_android_native_library() {
55
55
-DEXECUTORCH_BUILD_QNN=" ${EXECUTORCH_BUILD_QNN} " \
56
56
-DQNN_SDK_ROOT=" ${QNN_SDK_ROOT} " \
57
57
-DEXECUTORCH_BUILD_VULKAN=" ${EXECUTORCH_BUILD_VULKAN} " \
58
+ -DSUPPORT_REGEX_LOOKAHEAD=ON \
58
59
-DCMAKE_BUILD_TYPE=" ${EXECUTORCH_CMAKE_BUILD_TYPE} " \
59
60
-B" ${CMAKE_OUT} "
60
61
@@ -77,6 +78,7 @@ build_android_native_library() {
77
78
-DNEURON_BUFFER_ALLOCATOR_LIB=" $NEURON_BUFFER_ALLOCATOR_LIB " \
78
79
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=" ${EXECUTORCH_BUILD_EXTENSION_LLM:- ON} " \
79
80
-DEXECUTORCH_BUILD_LLAMA_JNI=" ${EXECUTORCH_BUILD_EXTENSION_LLM:- ON} " \
81
+ -DSUPPORT_REGEX_LOOKAHEAD=ON \
80
82
-DCMAKE_BUILD_TYPE=" ${EXECUTORCH_CMAKE_BUILD_TYPE} " \
81
83
-B" ${CMAKE_OUT} " /extension/android
82
84
You can’t perform that action at this time.
0 commit comments