sdm670:power: Turn on/off display

PowerHAL writes to a sysfs node when it gets display on/off notification.

Change-Id: I58d604cf4fae169f4c9af1ae683c6f7380432220
This commit is contained in:
Rajashekar Adi
2017-12-04 11:40:36 +05:30
committed by David Ng
parent ee7c4c5831
commit 380452d263
2 changed files with 105 additions and 0 deletions

View File

@@ -62,6 +62,14 @@ ifeq ($(call is-board-platform-in-list,sdm845), true)
LOCAL_SRC_FILES += power-845.c
endif
ifeq ($(call is-board-platform-in-list,sdm670), true)
LOCAL_SRC_FILES += power-670.c
endif
ifeq ($(call is-board-platform-in-list,qcs605), true)
LOCAL_SRC_FILES += power-670.c
endif
ifeq ($(TARGET_USES_INTERACTION_BOOST),true)
LOCAL_CFLAGS += -DINTERACTION_BOOST
endif