From: Georgi Gerganov Date: Wed, 18 Dec 2024 07:54:23 +0000 (+0200) Subject: android : try to fix build X-Git-Tag: upstream/1.7.4~49 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ba6c2a8fd9e92ab8e13adb0f0b0d74a444d7459c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp android : try to fix build --- diff --git a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt index 5c68e840..9bf4c669 100644 --- a/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt +++ b/examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt @@ -29,7 +29,9 @@ if (NOT GGML_HOME) ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c + ${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-traits.cpp ) endif()