Merge "Add TARGET_USES_AOSP_FOR_WLAN soong variable"

This commit is contained in:
Jooyung Han
2023-04-10 08:00:51 +00:00
committed by Gerrit Code Review

View File

@@ -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