From de47c677ce3625998ecfaa76c51c954abf2b6a58 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Wed, 23 Feb 2022 01:24:45 +0900 Subject: [PATCH] gts3l-common: power: Rename power_ext.c to power_interactive_ext.c Signed-off-by: Deokgyu Yang --- BoardConfigCommon.mk | 2 +- power_ext/{power_ext.c => power_interactive_ext.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename power_ext/{power_ext.c => power_interactive_ext.c} (100%) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fca0c78..152281a 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -157,7 +157,7 @@ TARGET_PROVIDES_KEYMASTER := true # Power TARGET_USES_INTERACTION_BOOST := true -TARGET_POWERHAL_SET_INTERACTIVE_EXT := $(COMMON_PATH)/power_ext/power_ext.c +TARGET_POWERHAL_SET_INTERACTIVE_EXT := $(COMMON_PATH)/power_ext/power_interactive_ext.c # Properties TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop diff --git a/power_ext/power_ext.c b/power_ext/power_interactive_ext.c similarity index 100% rename from power_ext/power_ext.c rename to power_ext/power_interactive_ext.c