zenfone6: Exclude qti-haptics input device from InputManager
Add excluded-input-devices.xml file to exclude qti-haptics input
device from being added as an InputDeviceVibrator.
Change-Id: Id7c5a071513c4774a80e629caa685a864e995e06
diff --git a/device.mk b/device.mk
index 48be07f..849efe9 100755
--- a/device.mk
+++ b/device.mk
@@ -90,6 +90,10 @@
PRODUCT_PACKAGES += \
ld.config.txt
+# Exclude vibrator from InputManager
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
+
# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/fts_ts.kl:system/usr/keylayout/fts_ts.kl \