diff options
author | Luca Stefani <luca020400@lineageos.org> | 2017-08-22 22:17:09 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-09-07 17:34:14 +0200 |
commit | 45095db024e5e722c57af56dd4902ff3a0a91c7f (patch) | |
tree | 526ab4c6e2e2a8e87313ef6e2db8d9dda1f0f069 | |
parent | 3dd3b42e1a76cc529542b27570bcefa05fed9ec7 (diff) |
oneplus3: Build Vibrator HIDL HAL
Change-Id: I3353060afd4f7b63ebd94a3a46d40cb7e651d8b5
-rw-r--r-- | device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -260,6 +260,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl +# Vibrator +PRODUCT_PACKAGES += \ + android.hardware.vibrator@1.0-impl + # WiFi HAL PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service |