vibrator: enable composePwle
Bug: 193784220 Test: adb shell getprop | grep vibrator Test: adb shell dumpsys vibrator_manager Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default Test: atest VtsHalVibratorTargetTest Change-Id: I66b109d67400cf6382b23c0969726031d38b2697
This commit is contained in:
parent
16c5cab354
commit
8f7d06bba3
2 changed files with 8 additions and 0 deletions
|
@ -231,3 +231,7 @@ endif
|
|||
# Fingerprint als feed forward
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.udfps.als_feed_forward_supported=true
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=1
|
||||
|
|
|
@ -223,3 +223,7 @@ endif
|
|||
# Fingerprint als feed forward
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.udfps.als_feed_forward_supported=true
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue