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

Commit 779ea19e 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 am: 8fee18a6

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



Change-Id: I6a14bcd0a31804ec7f69795c49a6893118aaf807
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1ff91ea2 8fee18a6
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