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 | |
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
-rw-r--r-- | manifest.xml | 9 | ||||
-rwxr-xr-x | msm8996.mk | 3 |
2 files changed, 1 insertions, 11 deletions
diff --git a/manifest.xml b/manifest.xml index 0decbe1..8c42dd4 100644 --- a/manifest.xml +++ b/manifest.xml @@ -207,15 +207,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </interface> </hal> <hal format="hidl"> - <name>android.hardware.vibrator</name> - <transport>hwbinder</transport> - <version>1.0</version> - <interface> - <name>IVibrator</name> - <instance>default</instance> - </interface> - </hal> - <hal format="hidl"> <name>com.qualcomm.qti.dpm.api</name> <transport>hwbinder</transport> <version>1.0</version> @@ -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 += \ |