diff options
| author | Ken Sumrall <ksumrall@android.com> | 2011-01-13 13:42:17 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-13 13:42:17 -0800 |
| commit | 63990cf56fc64033c0382ac19a3ffba7f525fb30 (patch) | |
| tree | ea0bac07879b273494db54a388c92b7818416d04 | |
| parent | 1bedb73f9fc239b69d958cbabc50c7ba382bacbc (diff) | |
| parent | a02714bd3e8e75298c6e684ef375407fe02dd9b0 (diff) | |
| download | system_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.zip system_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.tar.gz system_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.tar.bz2 | |
Merge "Move rild to the core class." into honeycomb
| -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 6418bd2..1136057 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -358,7 +358,7 @@ service debuggerd /system/bin/debuggerd class main service ril-daemon /system/bin/rild - class main + class core socket rild stream 660 root radio socket rild-debug stream 660 radio system user root |
