commit | 9c72fe356a9b594710d2cd8187e8c6a7c2fc0ae5 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <[email protected]> | Tue Nov 09 16:12:21 2021 -0800 |
committer | Janis Danisevskis <[email protected]> | Tue Nov 09 16:12:21 2021 -0800 |
tree | bc047ee77dcd284c850a2501cb390fd6541faccb | |
parent | 9ac28517a35771f686998766384bdec5ae15f757 [diff] |
Diced: Added AID for Android's dice daemon diced. Bug: 198197213 Test: N/A Change-Id: Idc55363272e3e5529d931a17dad8a37af665edcd
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index e65fe92..596a8c3 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h
@@ -131,6 +131,7 @@ #define AID_ARTD 1082 /* ART Service daemon */ #define AID_UWB 1083 /* UWB subsystem */ #define AID_THREAD_NETWORK 1084 /* Thread Network subsystem */ +#define AID_DICED 1085 /* Android's DICE daemon */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */