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

Commit fdcf16f5 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Add rule to convert WIFI_FEATURE_IMU_DETECTION

to the equivalent soong variable.

Bug: 287607876
Test: Manual test - add a log message to wifi_ext that
       only prints if the proper flag is enabled.
       Check whether the log is displayed, both before
       and after this change.
Change-Id: Id9bfc81384384b915e9772a2016a9843a57897db
parent e4635b3e
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