Merge "device/akita: Add vibrator properties and enable adaptive haptics" into udc-dev am: fa53b1f780
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/21806619 Change-Id: I5bfbaf4382a4197ca12662cf3d6ddf1c674b4a8a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c87a4258a9
1 changed files with 6 additions and 0 deletions
|
@ -209,7 +209,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
vendor.camera.debug.force_dpm_on=0
|
||||
|
||||
# Vibrator HAL
|
||||
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||
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 \
|
||||
persist.vendor.vibrator.hal.context.enable=false \
|
||||
persist.vendor.vibrator.hal.context.scale=40 \
|
||||
persist.vendor.vibrator.hal.context.fade=true \
|
||||
persist.vendor.vibrator.hal.context.cooldowntime=1600 \
|
||||
persist.vendor.vibrator.hal.context.settlingtime=5000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue