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: I74db1c25a8dc63f9a45bac49361eac06aeeb54df
This commit is contained in:
Hsiu-Chang Chen 2023-06-27 12:03:13 +08:00 committed by Treehugger Robot
parent 567ecd20d9
commit e273b5b7a9

View file

@ -36,3 +36,5 @@ PRODUCT_COPY_FILES += \
device/google/pantah/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \ device/google/pantah/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
device/google/pantah/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf device/google/pantah/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
# Add WIFI_FEATURE_IMU_DETECTION to soong_config
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))