Merge "configs: lahaina: Add property for timecheck timeout duration."
This commit is contained in:
commit
60b6403159
|
@ -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