configs: lahaina: Add property for timecheck timeout duration.
Timecheck timeout set to 20sec based on the property vendor.audio.hal.boot.timeout.ms before system is ready. It updates to default timeout of 5sec, once the system is ready. Change-Id: I651fea37fc7093e196fc2f5e540e6d9447f88b71
This commit is contained in:
parent
f8ec0ae8a1
commit
603ca64871
|
@ -316,6 +316,11 @@ vendor.audio.parser.ip.buffer.size=262144
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
vendor.audio.flac.sw.decoder.24bit=true
|
||||
|
||||
#timeout crash duration set to 20sec before system is ready.
|
||||
#timeout duration updates to default timeout of 5sec once the system is ready.
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
vendor.audio.hal.boot.timeout.ms=20000
|
||||
|
||||
#split a2dp DSP supported encoder list
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
|
||||
|
|
Loading…
Reference in New Issue