diff --git a/core/board_config_wifi.mk b/core/board_config_wifi.mk index 3c27d59cc8..8289bf2c5d 100644 --- a/core/board_config_wifi.mk +++ b/core/board_config_wifi.mk @@ -80,7 +80,4 @@ ifdef WIFI_SKIP_STATE_TOGGLE_OFF_ON_FOR_NAN 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 +endif \ No newline at end of file