config: Deprecate BOOTLOADER_MESSAGE_OFFSET
All users have migrated to soong_config_set. Change-Id: I0b621c9a92d79a54ab45ca9d7a54e843ce3d39d4
This commit is contained in:
committed by
Bruno Martins
parent
c2dd68f84a
commit
03a709673f
@@ -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))
|
||||
|
Reference in New Issue
Block a user