qcacld-3.0: Add new file in bazal stats to compile

Update bazel script with wlan_cp_stats_chipset_stats.c src
file to include it in the compilation

Change-Id: I9f92db2856f14c146b2ea111be0e0f2f0ce8fc19
CRs-Fixed: 3783012
Этот коммит содержится в:
Prasanna JS
2024-03-28 01:55:20 -07:00
коммит произвёл Ravindra Konda
родитель 31038a49b0
Коммит 499e272c51

Просмотреть файл

@@ -727,6 +727,11 @@ _conditional_srcs = {
"os_if/cp_stats/src/wlan_cfg80211_mc_cp_stats.c",
],
},
"CONFIG_WLAN_CHIPSET_STATS": {
True: [
"cmn/umac/cp_stats/core/src/wlan_cp_stats_chipset_stats.c",
],
},
"CONFIG_QCA_TARGET_IF_MLME": {
True: [
"components/target_if/mlme/src/target_if_mlme.c",