Snap for 12180713 from 9fce6dde9e to 24Q4-release

Change-Id: I58e4a6a061caed3dc6ca3e2011b5548ef61a5b30
This commit is contained in:
Android Build Coastguard Worker 2024-08-03 23:02:32 +00:00
commit e396ae932c
2 changed files with 8 additions and 0 deletions

View file

@ -401,6 +401,10 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \
ro.vendor.vibrator.hal.pm.activetimeout=5 ro.vendor.vibrator.hal.pm.activetimeout=5
# Override Output Distortion Gain
PRODUCT_VENDOR_PROPERTIES += \
vendor.audio.hapticgenerator.distortion.output.gain=0.38
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
ifdef RELEASE_SVN_HUSKY ifdef RELEASE_SVN_HUSKY
TARGET_SVN ?= $(RELEASE_SVN_HUSKY) TARGET_SVN ?= $(RELEASE_SVN_HUSKY)

View file

@ -378,6 +378,10 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \
ro.vendor.vibrator.hal.pm.activetimeout=5 ro.vendor.vibrator.hal.pm.activetimeout=5
# Override Output Distortion Gain
PRODUCT_VENDOR_PROPERTIES += \
vendor.audio.hapticgenerator.distortion.output.gain=0.38
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
ifdef RELEASE_SVN_SHIBA ifdef RELEASE_SVN_SHIBA
TARGET_SVN ?= $(RELEASE_SVN_SHIBA) TARGET_SVN ?= $(RELEASE_SVN_SHIBA)