From 6a37ae1489ea11adebb5a886168064afc7d3aa77 Mon Sep 17 00:00:00 2001
From: Bharat Pawar <bpawar@codeaurora.org>
Date: Thu, 30 Jul 2020 20:18:30 +0530
Subject: [PATCH] sm6250-common: vibrator: Enable LED based vibrator

Enable LED based vibrator for talos, moorea and
atoll targets.

Change-Id: I079eefaefff77fe19304acc8749773febf91a7fc
---
 common.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common.mk b/common.mk
index 4878bd8..ab93d38 100644
--- a/common.mk
+++ b/common.mk
@@ -238,6 +238,10 @@ PRODUCT_COPY_FILES += \
     frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
     frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
 
+# Vibrator
+PRODUCT_PACKAGES += \
+    vendor.qti.hardware.vibrator.service
+
 # VNDK
 PRODUCT_COPY_FILES += \
     prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libhidlcache.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhidlcache.so
-- 
GitLab