From 6095f69aaf2b7150396db09752ab5422296184d8 Mon Sep 17 00:00:00 2001 From: Bharat Pawar Date: Thu, 30 Jul 2020 20:18:30 +0530 Subject: [PATCH] sm6250-common: Enable LED based vibrator Enable LED based vibrator for talos, moorea and atoll targets. Change-Id: I079eefaefff77fe19304acc8749773febf91a7fc --- atoll.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atoll.mk b/atoll.mk index 4a5f4cc..c24b5a9 100644 --- a/atoll.mk +++ b/atoll.mk @@ -377,5 +377,9 @@ PRODUCT_SOONG_NAMESPACES += \ PRODUCT_PACKAGES += \ vndservicemanager +# Vibrator +PRODUCT_PACKAGES += \ + vendor.qti.hardware.vibrator.service + # Inherit proprietary targets $(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)