From 4a6f292937e9cd4def72374f544cc36e1da4df83 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Tue, 22 Aug 2017 22:17:09 +0200 Subject: [PATCH] msm8937-common: Build Vibrator HIDL HAL interface Change-Id: I3353060afd4f7b63ebd94a3a46d40cb7e651d8b5 --- product/vibrator.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 product/vibrator.mk diff --git a/product/vibrator.mk b/product/vibrator.mk new file mode 100644 index 0000000..f0e7f8d --- /dev/null +++ b/product/vibrator.mk @@ -0,0 +1,3 @@ +# Vibrator HAL +PRODUCT_PACKAGES += \ + android.hardware.vibrator@1.0-impl