wifi: convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable

Bug: 287607876
Test: SAR scenario is set properly with motion sensor status
Change-Id: I65ab043eb950e08ed6401bba8a5dd3686ae7d358
This commit is contained in:
Hsiu-Chang Chen 2023-06-27 12:03:00 +08:00 committed by Treehugger Robot
parent 98f9031aa8
commit 5b4a21f0bc

View file

@ -31,3 +31,6 @@ WIFI_AVOID_IFACE_RESET_MAC_CHANGE := true
WIFI_FEATURE_HOSTAPD_11AX := true
BOARD_HOSTAPD_CONFIG_80211W_MFP_OPTIONAL := true
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
# Add WIFI_FEATURE_IMU_DETECTION to soong_config
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))