gts3l-common: power: Rename power_ext.c to power_interactive_ext.c

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
Deokgyu Yang 2022-02-23 01:24:45 +09:00
parent 0ed9212f18
commit de47c677ce
2 changed files with 1 additions and 1 deletions

View file

@ -157,7 +157,7 @@ TARGET_PROVIDES_KEYMASTER := true
# Power # Power
TARGET_USES_INTERACTION_BOOST := true 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 # Properties
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop