From 5596cf04ff8825f8d16ff940f677a616bfa1f481 Mon Sep 17 00:00:00 2001 From: Jorge Lucangeli Obes Date: Fri, 26 Feb 2016 15:03:44 -0800 Subject: [PATCH] Add notice for adding users in AOSP. Sometimes new users/groups get added in internal branches, and the list gets out of sync. Add a comment to prompt developers to add users in AOSP. Bug: None Change-Id: I5b2df391902b842f1af8a377c8eac4cdb36a0518 --- include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 6232f7239..53966d598 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -91,6 +91,7 @@ #define AID_CAMERASERVER 1047 /* cameraserver process */ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ +/* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */