Skip to content

Commit bc0910d

Browse files
committed
delete EXECUTORCH_BUILD_ANDROID_JNI
1 parent fb15c25 commit bc0910d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ else()
128128
set(CMAKE_CXX_FLAGS_RELEASE "-O2 ${CMAKE_CXX_FLAGS_RELEASE}")
129129
endif()
130130

131-
option(EXECUTORCH_BUILD_ANDROID_JNI "Build Android JNI" OFF)
132-
133131
option(EXECUTORCH_BUILD_ARM_BAREMETAL
134132
"Build the Arm Baremetal flow for Cortex-M and Ethos-U" OFF
135133
)

tools/cmake/Utils.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ function(executorch_print_configuration_summary)
2929
message(STATUS " CMAKE_TOOLCHAIN_FILE : ${CMAKE_TOOLCHAIN_FILE}")
3030
message(STATUS " BUCK2 : ${BUCK2}")
3131
message(STATUS " PYTHON_EXECUTABLE : ${PYTHON_EXECUTABLE}")
32-
message(STATUS " EXECUTORCH_BUILD_ANDROID_JNI : "
33-
"${EXECUTORCH_BUILD_ANDROID_JNI}"
34-
)
3532
message(STATUS " EXECUTORCH_BUILD_ARM_BAREMETAL : "
3633
"${EXECUTORCH_BUILD_ARM_BAREMETAL}"
3734
)

0 commit comments

Comments
 (0)