Merge "Add rule to convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable." am: a58ce5e9d3 am: 8fee18a6f3 am: 779ea19ecd am: ef675cc35a

Original change: https://android-review.googlesource.com/c/platform/build/+/2627737

Change-Id: I08f022a9922456c8561bfdbfc0be30246adc8184
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Gabriel Biren
2023-06-21 18:13:30 +00:00
committed by Automerger Merge Worker

View File

@@ -80,4 +80,7 @@ ifdef WIFI_SKIP_STATE_TOGGLE_OFF_ON_FOR_NAN
endif
ifeq ($(strip $(TARGET_USES_AOSP_FOR_WLAN)),true)
$(call soong_config_set,wifi,target_uses_aosp_for_wlan,true)
endif
endif
ifdef WIFI_FEATURE_IMU_DETECTION
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))
endif