From 03a709673f87f8cd7ea6ec47ca2eff0391aff64f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 7 May 2025 20:19:57 +0300 Subject: [PATCH] config: Deprecate BOOTLOADER_MESSAGE_OFFSET All users have migrated to soong_config_set. Change-Id: I0b621c9a92d79a54ab45ca9d7a54e843ce3d39d4 --- config/BoardConfigSoong.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index 712f65ff..0bf5a884 100644 --- a/config/BoardConfigSoong.mk +++ b/config/BoardConfigSoong.mk @@ -54,11 +54,6 @@ ifneq ($(TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_TOGGLE),) $(call soong_config_set,lineage_health,charging_control_supports_toggle,$(TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_TOGGLE)) endif -# Recovery -ifneq ($(BOOTLOADER_MESSAGE_OFFSET),) - $(call soong_config_set,lineage_recovery,bootloader_message_offset,$(BOOTLOADER_MESSAGE_OFFSET)) -endif - # Surfaceflinger ifneq ($(TARGET_SURFACEFLINGER_UDFPS_LIB),) $(call soong_config_set,surfaceflinger,udfps_lib,$(TARGET_SURFACEFLINGER_UDFPS_LIB))