sm6225-common: Build QTI vibrator HAL

Change-Id: I21406af9d90fe6be1402f30e1b19958e4f46eec9
diff --git a/common.mk b/common.mk
index 8602aa5..76d890f 100644
--- a/common.mk
+++ b/common.mk
@@ -140,5 +140,12 @@
 PRODUCT_PACKAGES += \
     vndservicemanager
 
+# Vibrator
+PRODUCT_PACKAGES += \
+    vendor.qti.hardware.vibrator.service
+
+PRODUCT_COPY_FILES += \
+    vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
+
 # Inherit from vendor blobs
 $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)