diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml new file mode 100644 index 00000000..cc22d2ab --- /dev/null +++ b/configs/excluded-input-devices.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sdm660.mk b/sdm660.mk index 2d39404c..1235292f 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -583,6 +583,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/vendor/etc/excluded-input-devices.xml + # VNDK PRODUCT_PACKAGES += \ libdng_sdk.vendor_32 \