Skip to content

Commit df7b833

Browse files
committed
chore: add qualcomm backend once again
1 parent 4b3a77e commit df7b833

16 files changed

Lines changed: 6 additions & 0 deletions

packages/react-native-executorch/android/src/main/cpp/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,14 @@ if(ANDROID_ABI STREQUAL "arm64-v8a")
126126
set_target_properties(cpuinfo PROPERTIES
127127
IMPORTED_LOCATION "${LIBS_DIR}/cpuinfo/${ANDROID_ABI}/libcpuinfo.so")
128128

129+
# ------- QNN backend -------
130+
add_library(qnn_executorch_backend SHARED IMPORTED)
131+
set_target_properties(qnn_executorch_backend PROPERTIES
132+
IMPORTED_LOCATION "${LIBS_DIR}/executorch/${ANDROID_ABI}/libqnn_executorch_backend.so")
133+
129134
set(EXECUTORCH_LIBS
130135
"cpuinfo"
136+
"qnn_executorch_backend"
131137
)
132138

133139
# kleidiai is ARM-only (Kleidi AI acceleration library)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)