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