Loading config/BoardConfigSoong.mk +0 −11 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
config/BoardConfigSoong.mk +0 −11 Original line number Diff line number Diff line Loading @@ -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)) Loading