Add TARGET_USES_AOSP_FOR_WLAN soong variable
It's set and used in many .mk files. Adding this to "wifi" soong config namespace helps migration of those .mk files into .bp files. Ignore-AOSP-First: Topic includes a project not in AOSP. Bug: 273376293 Test: m libwifi-hal libwifi-hal-qcom Change-Id: Ie0fad26305d50f70076b7e538fd1a7fa03e397cb
This commit is contained in:
parent
70e261bcc0
commit
6d7bf283ad
1 changed files with 3 additions and 0 deletions
|
@ -78,3 +78,6 @@ endif
|
|||
ifdef WIFI_SKIP_STATE_TOGGLE_OFF_ON_FOR_NAN
|
||||
$(call soong_config_set,wifi,wifi_skip_state_toggle_off_on_for_nan,true)
|
||||
endif
|
||||
ifeq ($(strip $(TARGET_USES_AOSP_FOR_WLAN)),true)
|
||||
$(call soong_config_set,wifi,target_uses_aosp_for_wlan,true)
|
||||
endif
|
Loading…
Reference in a new issue