diff options
| author | Dima Zavin <dima@android.com> | 2012-10-08 11:30:35 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-08 11:30:36 -0700 |
| commit | c6f8bd396614d422d80ac9f24c91fa44a713894a (patch) | |
| tree | b503aec76e85d7ce931272c08b5f2e3f4704e869 /rootdir/init.rc | |
| parent | d282dfc4e9bd5b5479511eb4ffdf64407606dc40 (diff) | |
| parent | ece565cca2a4babe897f5fd68ab14a7af5071b30 (diff) | |
| download | system_core-c6f8bd396614d422d80ac9f24c91fa44a713894a.tar.gz system_core-c6f8bd396614d422d80ac9f24c91fa44a713894a.tar.bz2 system_core-c6f8bd396614d422d80ac9f24c91fa44a713894a.zip | |
Merge "rootdir: init.rc: add drmrpc to surfaceflinger supplemental groups" into jb-mr1-dev
Diffstat (limited to 'rootdir/init.rc')
| -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 106cae51..caef3580 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -437,7 +437,7 @@ service ril-daemon /system/bin/rild service surfaceflinger /system/bin/surfaceflinger class main user system - group graphics + group graphics drmrpc onrestart restart zygote service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server |
