klte-common: Add vibrator HAL impl

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba33
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:42:26 +03:00 committed by Kevin F. Haggerty
parent 00d1639b17
commit 3c4c6b5df6
2 changed files with 13 additions and 0 deletions

View File

@ -163,6 +163,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl
# Wifi
PRODUCT_PACKAGES += \
libnetcmdiface \

View File

@ -166,4 +166,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vibrator</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
</manifest>