diff --git a/device.mk b/device.mk index c741e24..939cd4f 100644 --- a/device.mk +++ b/device.mk @@ -307,6 +307,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal-engine-potter.conf:system/etc/thermal-engine-potter.conf +# Vibrator +PRODUCT_PACKAGES += \ + android.hardware.vibrator@1.0-impl + # Wifi PRODUCT_PACKAGES += \ hostapd_default.conf \