Merge "Add rule to convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable."

This commit is contained in:
Gabriel Biren
2023-06-21 15:19:51 +00:00
committed by Gerrit Code Review

View File

@@ -81,3 +81,6 @@ endif
ifeq ($(strip $(TARGET_USES_AOSP_FOR_WLAN)),true)
$(call soong_config_set,wifi,target_uses_aosp_for_wlan,true)
endif
ifdef WIFI_FEATURE_IMU_DETECTION
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))
endif