diff options
author | me_cafebabe <me_cafebabe@hotmail.com> | 2023-12-31 23:22:51 +0700 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 10:00:14 +0530 |
commit | 58cd257b7226da7b07382f19789ef0aa3b271cda (patch) | |
tree | f90a53d51d8d894ffbf118c20c267bc45477eac8 /msm8996.mk | |
parent | 69873f3ed95dc36d168bd9d89deb205d6f99ca21 (diff) |
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 <teledurak@gmail.com>
Change-Id: I83d0c5f562c855afba563e7b959d3e0cd697ef26
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 += \ |