feat(ble_mesh): enable log full compression function for bluedroid host

(cherry picked from commit 4cf88ce078)

Co-authored-by: luoxu <luoxu@espressif.com>
This commit is contained in:
Luo Xu
2026-03-02 09:43:15 +08:00
parent e23c7ad8ad
commit 8a5a10c356

View File

@@ -35,7 +35,7 @@ if(CONFIG_BLE_HOST_COMPRESSED_LOG_ENABLE AND CONFIG_BT_BLUEDROID_ENABLED)
list(APPEND LOG_COMPRESSED_MODULE "BLE_HOST")
# update config file
set(HOST_CODE_PATH "host/bluedroid/stack")
set(HOST_CODE_PATH "host/bluedroid")
set(HOST_LOG_INDEX_HEADER "host_log_index.h")
set(BLE_HOST_LOG_SCRIPT_PATH
"${CMAKE_CURRENT_LIST_DIR}/scripts/module_scripts/bluedroid/make_bluedroid_log_macro.py")