From cec16ee2acd00b668f46608b38e2c373422dbd9a Mon Sep 17 00:00:00 2001 From: Wang Han <416810799@qq.com> Date: Mon, 16 Sep 2019 23:56:33 +0800 Subject: shinano-common: Import and bind mount loader config for media swcodec * This config needs to be modified for legacy devices. As there is no easy way to split it, import it into device tree and bind mount it instead. * Head at android-10.0.0_r2 (3ac371484399da6efbd0c835aa461d3326263ab1). Change-Id: I8d5003d7cd3a471c569844aede4b5ea4c68ae36b --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9447ff1..f07c84a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -365,6 +365,9 @@ on property:bluetooth.isEnabled=true # start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 +on property:apexd.status=ready + mount none /system/etc/swcodec/ld.config.txt /apex/com.android.media.swcodec/etc/ld.config.txt bind + # QMUX must be in multiple groups to support external process connections service qmuxd /vendor/bin/qmuxd class main -- cgit v1.2.3