From 8071e94bcfec9c15a6634ee875bde39a1d8d5d64 Mon Sep 17 00:00:00 2001 From: Edwin Moquete Date: Sat, 6 Nov 2021 21:23:24 +0800 Subject: [PATCH] sdm660-common: vibrator: Add excluded-input-devices.xml Signed-off-by: clarencelol Signed-off-by: pix106 --- configs/excluded-input-devices.xml | 31 ++++++++++++++++++++++++++++++ sdm660.mk | 3 +++ 2 files changed, 34 insertions(+) create mode 100644 configs/excluded-input-devices.xml 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 \