From d9255f9034ffdc9378042f11eb97c8cd186cfa3f Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sat, 19 Jun 2021 11:58:06 +0200 Subject: [PATCH] sm7250-common: Move excluded-input-devices.xml to vibrator folder Change-Id: I6f384c556e124052b3695a87f225207dae7c8089 --- lito.mk | 2 +- {configs => vibrator}/excluded-input-devices.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {configs => vibrator}/excluded-input-devices.xml (100%) diff --git a/lito.mk b/lito.mk index efd29f1..b751d82 100644 --- a/lito.mk +++ b/lito.mk @@ -404,7 +404,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service.xiaomi_lito PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml + $(LOCAL_PATH)/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml # WiFi PRODUCT_PACKAGES += \ diff --git a/configs/excluded-input-devices.xml b/vibrator/excluded-input-devices.xml similarity index 100% rename from configs/excluded-input-devices.xml rename to vibrator/excluded-input-devices.xml