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

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

Change-Id: If784a8696026c04585a95eca4ef70c7e0a72fc99
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:09 +00:00 committed by Automerger Merge Worker
commit 5c22d2bc0c

View file

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