| commit | 520aa5bfa18bfa48031fa02f855a4802e1d6478f | [log] [tgz] |
|---|---|---|
| author | David Anderson <dvander@google.com> | Wed Jan 30 09:34:17 2019 -0800 |
| committer | android-build-merger <android-build-merger@google.com> | Wed Jan 30 09:34:17 2019 -0800 |
| tree | 8b40b9e9bbbe8297d6e3ae36c3c7baabd66e86f2 | |
| parent | 38944bba7f1bd061193e0090b7c445d64e11ede5 [diff] | |
| parent | 9747a653804105187b6c79172ec0bd4907b1776e [diff] |
Merge "Add user/group for gsid." am: 9747a65380 Change-Id: Ia3d0ddb8997e8c4739cb33c709bb9606e2a518dd
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index 03edfb5..63c3793 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 */