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

Commit 065ac123 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 am: 779ea19e am: ef675cc3

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



Change-Id: I08f022a9922456c8561bfdbfc0be30246adc8184
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents eab5aff6 ef675cc3
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