From 113344049be511ba7040acc77afc7fbcf12014d9 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 30 Apr 2025 21:48:40 +0100 Subject: [PATCH] config: Deprecate TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB All users have migrated to soong_config_set. Change-Id: I55e7907253c85f6c0615ceb67be4638ad177b6b0 --- config/BoardConfigSoong.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index adc72cbd..6bdccef6 100644 --- a/config/BoardConfigSoong.mk +++ b/config/BoardConfigSoong.mk @@ -73,11 +73,6 @@ ifneq ($(TARGET_POWERSHARE_DISABLED),) $(call soong_config_set,lineage_powershare,powershare_disabled,$(TARGET_POWERSHARE_DISABLED)) endif -# Power HAL -ifneq ($(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB),) - $(call soong_config_set,power_libperfmgr,mode_extension_lib,$(TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB)) -endif - # Recovery ifneq ($(BOOTLOADER_MESSAGE_OFFSET),) $(call soong_config_set,lineage_recovery,bootloader_message_offset,$(BOOTLOADER_MESSAGE_OFFSET))