summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAnanth Raghavan Subramanian <sananth@codeaurora.org>2018-04-04 14:28:46 -0700
committerDavid Ng <dave@codeaurora.org>2018-06-04 15:08:48 -0700
commit32e093d10dbb8a93373e8c67bc43e340de94f25f (patch)
tree383ab5d0d965b4f3358f64adb84acc1970834943 /Android.mk
parent7cbc5af3e94e17a67882fa488fb2959f06d49ed6 (diff)
downloadvendor_qcom_opensource_power-32e093d10dbb8a93373e8c67bc43e340de94f25f.tar.gz
vendor_qcom_opensource_power-32e093d10dbb8a93373e8c67bc43e340de94f25f.tar.bz2
vendor_qcom_opensource_power-32e093d10dbb8a93373e8c67bc43e340de94f25f.zip
power: Notify touch of display status
PowerHAL writes to a sysfs node to inform touch when display goes on/off Change-Id: Ia9af606ad3572d498f09d575a40c83e900a0b82a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5a8807e..6ca9ffa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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