From 58cd257b7226da7b07382f19789ef0aa3b271cda Mon Sep 17 00:00:00 2001 From: me_cafebabe Date: Sun, 31 Dec 2023 23:22:51 +0700 Subject: msm8996-common: Switch to QTI Vibrator AIDL It provides haptic effects with qti haptics driver, Meanwhile still supports simple vibration with qpnp haptics driver. Co-authored-by: Roman Rihter Change-Id: I83d0c5f562c855afba563e7b959d3e0cd697ef26 --- manifest.xml | 9 --------- msm8996.mk | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/manifest.xml b/manifest.xml index 0decbe1..8c42dd4 100644 --- a/manifest.xml +++ b/manifest.xml @@ -206,15 +206,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default - - android.hardware.vibrator - hwbinder - 1.0 - - IVibrator - default - - com.qualcomm.qti.dpm.api hwbinder diff --git a/msm8996.mk b/msm8996.mk index c52a0f7..5240c1e 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -387,8 +387,7 @@ PRODUCT_COPY_FILES += \ # Vibrator PRODUCT_PACKAGES += \ - android.hardware.vibrator@1.0-impl:64 \ - android.hardware.vibrator@1.0-service + vendor.qti.hardware.vibrator.service # WiFi PRODUCT_PACKAGES += \ -- cgit v1.2.3