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: I4d0169f08a8aca4f516b775c63d36457c4ab96e2
This commit is contained in:
Hsiu-Chang Chen 2023-06-27 12:00:55 +08:00 committed by Treehugger Robot
parent 78f6f8b59d
commit 36494e4c4d

View file

@ -48,4 +48,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_WIFI_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
# Add BOARD_WLAN_CHIP to soong_config
$(call soong_config_set,qcom_wifi,board_wlan_chip,wcn6740)
$(call soong_config_set,qcom_wifi,board_wlan_chip,wcn6740)
# Add WIFI_FEATURE_IMU_DETECTION to soong_config
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))