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

Commit a58ce5e9 authored by Gabriel Biren's avatar Gabriel Biren Committed by Gerrit Code Review
Browse files

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

parents d0c29cbd fdcf16f5
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