Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fee18a6 authored by Gabriel Biren's avatar Gabriel Biren Committed by Automerger Merge Worker
Browse files

Merge "Add rule to convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong...

Merge "Add rule to convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable." am: a58ce5e9

Original change: https://android-review.googlesource.com/c/platform/build/+/2627737



Change-Id: I33c7269d88483337838d4f4291d8639623633a5a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2a477ccd a58ce5e9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -81,3 +81,6 @@ endif
ifeq ($(strip $(TARGET_USES_AOSP_FOR_WLAN)),true)
    $(call soong_config_set,wifi,target_uses_aosp_for_wlan,true)
endif
ifdef WIFI_FEATURE_IMU_DETECTION
    $(call soong_config_set,wifi,feature_imu_detection,$(WIFI_FEATURE_IMU_DETECTION))
endif