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

Commit df60b80a authored by Bruno Martins's avatar Bruno Martins
Browse files

config: Deprecate TARGET_POWERSHARE_* flags

Change-Id: I8fc2be89d4bcb2ea7c253376ba656321eccda41b
parent 5b643908
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -62,17 +62,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

# Lineage PowerShare HAL
ifneq ($(TARGET_POWERSHARE_PATH),)
    $(call soong_config_set,lineage_powershare,powershare_path,$(TARGET_POWERSHARE_PATH))
endif
ifneq ($(TARGET_POWERSHARE_ENABLED),)
    $(call soong_config_set,lineage_powershare,powershare_enabled,$(TARGET_POWERSHARE_ENABLED))
endif
ifneq ($(TARGET_POWERSHARE_DISABLED),)
    $(call soong_config_set,lineage_powershare,powershare_disabled,$(TARGET_POWERSHARE_DISABLED))
endif

# Recovery
ifneq ($(BOOTLOADER_MESSAGE_OFFSET),)
    $(call soong_config_set,lineage_recovery,bootloader_message_offset,$(BOOTLOADER_MESSAGE_OFFSET))