vibrator: enable f0 and disable redc compensation

Bug: 263339303
Test: check the value after device boot up
Change-Id: Ie1f582802207415eb4530a766b18ca593e0cb3e9
This commit is contained in:
Chase Wu 2023-01-13 18:00:59 +08:00
parent 84d60a2e19
commit 8972e9bf1b

View file

@ -206,3 +206,9 @@ PRODUCT_VENDOR_PROPERTIES += \
# Disable camera DPM
PRODUCT_PROPERTY_OVERRIDES += \
vendor.camera.debug.force_dpm_on=0
# Vibrator HAL
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.supported_primitives=243 \
ro.vendor.vibrator.hal.f0.comp.enabled=1 \
ro.vendor.vibrator.hal.redc.comp.enabled=0 \