Merge "wifi: convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-07-10 09:09:44 +00:00 committed by Android (Google) Code Review
commit 87fcfaf0b6

View file

@ -44,3 +44,6 @@ WIFI_DRIVER_STATE_OFF := "OFF"
PRODUCT_COPY_FILES += \
$(LOCAL_WIFI_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
$(LOCAL_WIFI_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
# Add WIFI_FEATURE_IMU_DETECTION to soong_config
$(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))