Merge \\"Add static UID for the webview zygote process.\\" am: 07f5d8cc0c
am: ed1c074303
Change-Id: Ie411759bd011b424d619e3949e29e1fdaf08ba91
This commit is contained in:
commit
15166f96d9
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@
|
|||
#define AID_NVRAM 1050 /* Access-controlled NVRAM */
|
||||
#define AID_DNS 1051 /* DNS resolution daemon (system: netd) */
|
||||
#define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */
|
||||
#define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */
|
||||
/* Changes to this file must be made in AOSP, *not* in internal branches. */
|
||||
|
||||
#define AID_SHELL 2000 /* adb and debug shell user */
|
||||
|
@ -207,6 +208,7 @@ static const struct android_id_info android_ids[] = {
|
|||
{ "nvram", AID_NVRAM, },
|
||||
{ "dns", AID_DNS, },
|
||||
{ "dns_tether", AID_DNS_TETHER, },
|
||||
{ "webview_zygote", AID_WEBVIEW_ZYGOTE, },
|
||||
|
||||
{ "shell", AID_SHELL, },
|
||||
{ "cache", AID_CACHE, },
|
||||
|
|
Loading…
Reference in a new issue