Sync internal<->AOSP user list.

Bug: 27299198

Cherry-picked from:

Restart cameraserver

Bug: 24511454
Change-Id: Ia27f4ef0eb71f891c789f637a21b04afe0b1c4e9
This commit is contained in:
Chien-Yu Chen 2015-12-03 16:32:12 -08:00 committed by Jorge Lucangeli Obes
parent 978cda5cc6
commit 0836c9e386
3 changed files with 4 additions and 2 deletions

View File

@ -88,6 +88,7 @@
#define AID_WEBSERV 1044 /* webservd process */
#define AID_DEBUGGERD 1045 /* debuggerd unprivileged user */
#define AID_MEDIA_CODEC 1046 /* mediacodec process */
#define AID_CAMERASERVER 1047 /* cameraserver process */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@ -194,6 +195,7 @@ static const struct android_id_info android_ids[] = {
{ "webserv", AID_WEBSERV },
{ "debuggerd", AID_DEBUGGERD, },
{ "mediacodec", AID_MEDIA_CODEC, },
{ "cameraserver", AID_CAMERASERVER, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },

View File

@ -11,4 +11,4 @@ service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote
class main
socket zygote_secondary stream 660 root system
onrestart restart zygote
writepid /dev/cpuset/foreground/tasks
writepid /dev/cpuset/foreground/tasks

View File

@ -11,4 +11,4 @@ service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote
class main
socket zygote_secondary stream 660 root system
onrestart restart zygote
writepid /dev/cpuset/foreground/tasks
writepid /dev/cpuset/foreground/tasks