wifi: convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable am: e273b5b7a9

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

Change-Id: Ib68ff668797f706df2f7fe6b383ed30a988c0d8a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hsiu-Chang Chen 2023-07-10 09:45:24 +00:00 committed by Automerger Merge Worker
commit 08192adb2e

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/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))