Add default vibrator impl to device build

Bug: 32021191
Change-Id: I775c860db7cafc34f5f171dcf33b739ac6bfef78
Test: m
diff --git a/device-common.mk b/device-common.mk
index dcf0a09..6ad02d6 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -369,6 +369,10 @@
     android.hardware.nfc@1.0-service
 endif
 
+# Vibrator
+PRODUCT_PACKAGES += \
+    android.hardware.vibrator@1.0-impl \
+
 # NFC/camera interaction workaround - DO NOT COPY TO NEW DEVICES
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.camera.notify_nfc=1