Resolve merge conflicts of c5972cda6c to stage-aosp-master.

Change-Id: I3ab7810e047d128a4ac088eda857c3842f2d6de8
This commit is contained in:
Jorge Lucangeli Obes 2016-02-24 13:07:32 -08:00
commit 1771e93797
1 changed files with 2 additions and 0 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, },