qcacld-3.0: Additional bazel build fixes

Currently code is running into compilation
issues when building with bazel.

Change-Id: I458de9b971955bb64c06dd2541dd5d20c2c3d16c
CRs-Fixed: 3546637
此提交包含在:
Mohammed Ahmed
2023-06-27 14:28:38 -07:00
提交者 Rahul Choudhary
父節點 abd2d3cbf2
當前提交 b4834eb736
共有 8 個檔案被更改,包括 133 行新增11 行删除

查看文件

@@ -538,7 +538,6 @@ _fixed_srcs = [
"core/hdd/src/wlan_hdd_wowl.c",
"core/mac/src/dph/dph_hash_table.c",
"core/mac/src/pe/lim/lim_admit_control.c",
#"core/mac/src/pe/lim/lim_aid_mgmt.c",
"core/mac/src/pe/lim/lim_api.c",
"core/mac/src/pe/lim/lim_assoc_utils.c",
"core/mac/src/pe/lim/lim_ft.c",
@@ -1534,12 +1533,14 @@ _conditional_srcs = {
"cmn/umac/mlo_mgr/src/wlan_mlo_mgr_sta.c",
"cmn/umac/mlo_mgr/src/wlan_mlo_t2lm.c",
"components/umac/mlme/mlo_mgr/src/wlan_epcs_api.c",
"cmn/umac/mlo_mgr/src/wlan_mlo_mgr_link_switch.c",
"cmn/umac/mlo_mgr/src/wlan_mlo_epcs.c",
"components/umac/mlme/mlo_mgr/dispatcher/src/wlan_mlo_epcs_ucfg_api.c",
"cmn/wmi/src/wmi_unified_11be_api.c",
"cmn/wmi/src/wmi_unified_11be_tlv.c",
"components/umac/mlme/mlo_mgr/src/wlan_mlo_mgr_roam.c",
"components/umac/mlme/mlo_mgr/src/wlan_t2lm_api.c",
"components/umac/mlme/mlo_mgr/src/wlan_mlo_link_force.c",
],
},
"CONFIG_WLAN_FEATURE_ACTION_OUI": {
@@ -2049,6 +2050,7 @@ _conditional_srcs = {
"CONFIG_WLAN_FEATURE_LL_LT_SAP": {
True: [
"components/umac/mlme/sap/ll_sap/dispatcher/src/wlan_ll_sap_ucfg_api.c",
"components/umac/mlme/sap/ll_sap/core/src/wlan_ll_lt_sap_main.c",
"components/umac/mlme/sap/ll_sap/core/src/wlan_ll_sap_main.c",
],
},