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

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/23823884

Change-Id: I5be146f5d446830a177177b26793fb54e82b91af
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-07-10 10:21:08 +00:00 committed by Automerger Merge Worker
commit c828a8d4b8

View file

@ -36,3 +36,5 @@ PRODUCT_COPY_FILES += \
device/google/akita/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
device/google/akita/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))