aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-11-02 16:20:25 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-02 16:20:25 -0800
commit5a8cf57eb7aa70f1647b28315a2419c4a6d36828 (patch)
treec80db652a32494fc3c03093e6cbaafa287a8e2c5 /rootdir
parentdf872bec830fc2af491e0b72e924b85381215fde (diff)
parent5e7db233004a0869125d0f2d64a9e747faf252da (diff)
downloadsystem_core-5a8cf57eb7aa70f1647b28315a2419c4a6d36828.tar.gz
system_core-5a8cf57eb7aa70f1647b28315a2419c4a6d36828.tar.bz2
system_core-5a8cf57eb7aa70f1647b28315a2419c4a6d36828.zip
am 5e7db233: Make the RIL daemon part of the audio group so it can load region-specific acoustic parameters.
Merge commit '5e7db233004a0869125d0f2d64a9e747faf252da' into eclair-mr2 * commit '5e7db233004a0869125d0f2d64a9e747faf252da': Make the RIL daemon part of the audio group so it can load region-specific
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5657f51f..f62d1d81 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