Merge "vibrator: disable f0 and redc compensation" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2022-09-16 19:07:21 +00:00 committed by Android (Google) Code Review
commit 434c393eda

View file

@ -222,7 +222,9 @@ PRODUCT_SHIPPING_API_LEVEL := 32
# Vibrator HAL
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.supported_primitives=243
ro.vendor.vibrator.hal.supported_primitives=243 \
ro.vendor.vibrator.hal.f0.comp.enabled=0 \
ro.vendor.vibrator.hal.redc.comp.enabled=0
# Device features
PRODUCT_COPY_FILES += \