Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0836c9e3 authored by Chien-Yu Chen's avatar Chien-Yu Chen Committed by Jorge Lucangeli Obes
Browse files

Sync internal<->AOSP user list.

Bug: 27299198

Cherry-picked from:

Restart cameraserver

Bug: 24511454
Change-Id: Ia27f4ef0eb71f891c789f637a21b04afe0b1c4e9
parent 978cda5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,7 @@
#define AID_WEBSERV       1044  /* webservd process */
#define AID_WEBSERV       1044  /* webservd process */
#define AID_DEBUGGERD     1045  /* debuggerd unprivileged user */
#define AID_DEBUGGERD     1045  /* debuggerd unprivileged user */
#define AID_MEDIA_CODEC   1046  /* mediacodec process */
#define AID_MEDIA_CODEC   1046  /* mediacodec process */
#define AID_CAMERASERVER  1047  /* cameraserver process */


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


    { "shell",         AID_SHELL, },
    { "shell",         AID_SHELL, },
    { "cache",         AID_CACHE, },
    { "cache",         AID_CACHE, },
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.