diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-11-02 15:22:18 -0800 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2009-11-02 15:22:18 -0800 |
commit | 5e7db233004a0869125d0f2d64a9e747faf252da (patch) | |
tree | c80db652a32494fc3c03093e6cbaafa287a8e2c5 /rootdir | |
parent | 1b9f8c6ad85c773ffcafe8198e899e0405940862 (diff) | |
download | system_core-5e7db233004a0869125d0f2d64a9e747faf252da.zip system_core-5e7db233004a0869125d0f2d64a9e747faf252da.tar.gz system_core-5e7db233004a0869125d0f2d64a9e747faf252da.tar.bz2 |
Make the RIL daemon part of the audio group so it can load region-specific
acoustic parameters.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 5657f51..f62d1d8 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -274,7 +274,7 @@ service ril-daemon /system/bin/rild socket rild stream 660 root radio socket rild-debug stream 660 radio system user root - group radio cache inet misc + group radio cache inet misc audio service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server socket zygote stream 666 |