Merge "device/bluejay: Add adaptive haptics props" into udc-dev am: 2cde2eea98
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/21806659 Change-Id: Id2d1e415c446664b0b85a0a0e77237f0d77387d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
959c69113d
1 changed files with 7 additions and 1 deletions
|
@ -221,10 +221,16 @@ endif
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 32
|
PRODUCT_SHIPPING_API_LEVEL := 32
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
|
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
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.f0.comp.enabled=0 \
|
||||||
ro.vendor.vibrator.hal.redc.comp.enabled=0
|
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
|
||||||
|
|
||||||
# Device features
|
# Device features
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue