From caf4fd3282fa8faacdcb2fc8d5907b42a44e4a83 Mon Sep 17 00:00:00 2001 From: basamaryan Date: Sat, 4 Nov 2023 20:19:56 +0100 Subject: [PATCH] sm6150-common: Use the common excluded-input-devices.xml Change-Id: I22da0119acb1df87eb093ab311fa86369817ca8a --- configs/excluded-input-devices.xml | 34 ------------------------------ sm6150.mk | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100755 configs/excluded-input-devices.xml diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml deleted file mode 100755 index 8fd2213..0000000 --- a/configs/excluded-input-devices.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sm6150.mk b/sm6150.mk index 9a60914..4b940ea 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -397,7 +397,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml + vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml # Vulkan PRODUCT_PACKAGES += \