Snap for 11610847 from eaa952e1f2 to 24Q3-release

Change-Id: Ie5d82cf8190ad2ac043a3b332b0bf9d5e8e16ee7
This commit is contained in:
Android Build Coastguard Worker 2024-03-21 23:01:40 +00:00
commit e222f507ea
3 changed files with 13 additions and 1 deletions

View file

@ -20,6 +20,12 @@
<argument name="Name" value="BCL_AUDIO_BAACL" /> <argument name="Name" value="BCL_AUDIO_BAACL" />
<argument name="Strategy" value="MediaSpeakerAndScreenOn" /> <argument name="Strategy" value="MediaSpeakerAndScreenOn" />
</feature> </feature>
<feature name="BatteryMitigation">
<argument name="TargetDigitalVolume" value="809" />
<argument name="PcmRampMs" value="15ms" />
<argument name="ThrottleDurationMs" value="3000" />
<argument name="ThrottleMitigationLevel" value="LIGHT" />
</feature>
<feature name="PlaybackThermalThrottle"> <feature name="PlaybackThermalThrottle">
<argument name="PollWaitMs" value="20000" /> <argument name="PollWaitMs" value="20000" />
<argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" /> <argument name="ThermistorName" value="VIRTUAL-SKIN-SPEAKER" />

Binary file not shown.

View file

@ -328,13 +328,19 @@ PRODUCT_VENDOR_PROPERTIES += \
# remove pm.activetimeout # remove pm.activetimeout
# ro.vendor.vibrator.hal.loc.coeff.folded currently unused # ro.vendor.vibrator.hal.loc.coeff.folded currently unused
ACTUATOR_MODEL := luxshare_ict_081545 ACTUATOR_MODEL := luxshare_ict_081545
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.chirp.enabled=1 \ ro.vendor.vibrator.hal.chirp.enabled=1 \
ro.vendor.vibrator.hal.device.mass=0.2605 \ ro.vendor.vibrator.hal.device.mass=0.2605 \
ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \ ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \
ro.vendor.vibrator.hal.loc.coeff=2.58 \ ro.vendor.vibrator.hal.loc.coeff=2.58 \
ro.vendor.vibrator.hal.dbc.enable=1 \ ro.vendor.vibrator.hal.dbc.enable=1 \
ro.vendor.vibrator.hal.pm.activetimeout=5 ro.vendor.vibrator.hal.pm.activetimeout=5 \
persist.vendor.vibrator.hal.context.enable=false \
persist.vendor.vibrator.hal.context.scale=60 \
persist.vendor.vibrator.hal.context.fade=true \
persist.vendor.vibrator.hal.context.cooldowntime=1600 \
persist.vendor.vibrator.hal.context.settlingtime=5000
# Hinge angle sensor # Hinge angle sensor
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \