diff options
author | Wang Han <416810799@qq.com> | 2019-09-16 23:56:33 +0800 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2020-03-16 16:58:39 +0100 |
commit | cec16ee2acd00b668f46608b38e2c373422dbd9a (patch) | |
tree | 69daf2a88f4d24581d71eb731ec81e06c78474d7 /rootdir/etc | |
parent | bde51d473c5c2314eaeb707a889da54a9a8ed945 (diff) |
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
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |