gts210velte: Build Vibrator HAL

This commit is contained in:
Luca Stefani 2017-08-22 22:17:09 +02:00 committed by LuK1337
parent 9e05510b8c
commit 7f89646638
1 changed files with 4 additions and 0 deletions

View File

@ -24,5 +24,9 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:system/etc/mixer_paths_wcd9330.xml
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl
# Inherit from msm8976-common
$(call inherit-product, device/samsung/msm8976-common/msm8976.mk)