From 720deccc0b57b51b103433a713d2d5c9e74fed69 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Thu, 22 Jun 2023 17:32:03 +0000 Subject: [PATCH] Revert "Add rule to convert WIFI_FEATURE_IMU_DETECTION" This reverts commit fdcf16f55c1b7642bbdab02fc997a8295cd91d41. Reason for revert: Variable belongs internally Change-Id: I3af8968f36f68bed34f40c921608582b1798ca65 --- core/board_config_wifi.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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