File tree Expand file tree Collapse file tree
packages/react-native-executorch/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ string(APPEND CMAKE_CXX_FLAGS " -DRCT_NEW_ARCH_ENABLED")
2121set (ANDROID_CPP_DIR "${CMAKE_SOURCE_DIR} /src/main/cpp" )
2222set (COMMON_CPP_DIR "${CMAKE_SOURCE_DIR} /../common" )
2323set (LIBS_DIR "${CMAKE_SOURCE_DIR} /../third-party/android/libs" )
24+ set (TOKENIZERS_DIR "${CMAKE_SOURCE_DIR} /../third-party/include/executorch/extension/llm/tokenizers/include" )
2425set (INCLUDE_DIR "${CMAKE_SOURCE_DIR} /../third-party/include" )
2526
2627# Treat third-party headers as system headers to suppress deprecation warnings
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ target_include_directories(
1717 "${COMMON_CPP_DIR} "
1818 "${ANDROID_CPP_DIR} "
1919 "${INCLUDE_DIR} "
20+ "${TOKENIZERS_DIR} "
2021 "${REACT_NATIVE_DIR} /ReactCommon"
2122 "${REACT_NATIVE_DIR} /ReactAndroid/src/main/jni/react/turbomodule"
2223 "${REACT_NATIVE_DIR} /ReactCommon/callinvoker"
You can’t perform that action at this time.
0 commit comments