power: Notify touch of display status

PowerHAL writes to a sysfs node to inform touch when display goes on/off

Change-Id: Ia9af606ad3572d498f09d575a40c83e900a0b82a
This commit is contained in:
Ananth Raghavan Subramanian
2018-04-04 14:28:46 -07:00
committed by David Ng
parent 7cbc5af3e9
commit 32e093d10d
2 changed files with 98 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ ifeq ($(call is-board-platform-in-list,qcs605), true)
LOCAL_SRC_FILES += power-710.c
endif
ifeq ($(call is-board-platform-in-list,msmnile), true)
LOCAL_SRC_FILES += power-8150.c
endif
ifeq ($(TARGET_USES_INTERACTION_BOOST),true)
LOCAL_CFLAGS += -DINTERACTION_BOOST
endif