summaryrefslogtreecommitdiffstats
path: root/libcutils/include
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-01-30 09:37:30 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-30 09:37:30 -0800
commita174c6e5b52a2692f327af5a7c4efa5882d85048 (patch)
tree3ae6f67ae37eee0ef97c4682497cbff49e0a347a /libcutils/include
parent8a3db3d4fb73a3a3eca467a3ce4997b86b53a7c6 (diff)
parent520aa5bfa18bfa48031fa02f855a4802e1d6478f (diff)
downloadsystem_core-a174c6e5b52a2692f327af5a7c4efa5882d85048.tar.gz
system_core-a174c6e5b52a2692f327af5a7c4efa5882d85048.tar.bz2
system_core-a174c6e5b52a2692f327af5a7c4efa5882d85048.zip
Merge "Add user/group for gsid." am: 9747a65380
am: 520aa5bfa1 Change-Id: I244794b8aca62983bb600ca214aedb09ef23a50a
Diffstat (limited to 'libcutils/include')
-rw-r--r--libcutils/include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h
index 03edfb5dd..63c3793fd 100644
--- a/libcutils/include/private/android_filesystem_config.h
+++ b/libcutils/include/private/android_filesystem_config.h
@@ -134,6 +134,7 @@
#define AID_IORAPD 1071 /* input/output readahead and pin daemon */
#define AID_GPU_SERVICE 1072 /* GPU service daemon */
#define AID_NETWORK_STACK 1073 /* network stack service */
+#define AID_GSID 1074 /* GSI service daemon */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */