Add distortion output gain for Pixel 6.
The value will be used in HapticGenerator. The value is from UX experiments. Test: make Bug: 193926091 Change-Id: I314aa5bc79ba756cdde4a03b0addd44eb69b27a3
This commit is contained in:
parent
0d2693a539
commit
c4ffb643ad
2 changed files with 8 additions and 0 deletions
|
@ -167,3 +167,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth@1.1-service.bcmbtlinux \
|
||||
bt_vendor.conf
|
||||
|
||||
# Override default distortion output gain according to UX experiments
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||
|
|
|
@ -168,3 +168,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth@1.1-service.bcmbtlinux \
|
||||
bt_vendor.conf
|
||||
|
||||
# Override default distortion output gain according to UX experiments
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue