diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index 6bdccef6..b3c1e8df 100644 --- a/config/BoardConfigSoong.mk +++ b/config/BoardConfigSoong.mk @@ -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))