summaryrefslogtreecommitdiff
path: root/libcutils
diff options
context:
space:
mode:
authorYu-Ting Tseng <yutingtseng@google.com>2023-11-21 09:32:33 -0800
committerYu-Ting Tseng <yutingtseng@google.com>2023-11-29 10:56:37 -0800
commit38cb94d32affa11bb4d4bb6abead8e0821c72580 (patch)
tree031b92caeb91b497702cbf3fb2135671f720b43a /libcutils
parentced62e53eda45387d06c55c155c6bbef8a80a8a0 (diff)
downloadcore-38cb94d32affa11bb4d4bb6abead8e0821c72580.tar.gz
Add AID_UPROBESTATS and set up its config dir.
Test: m, flash and reboot Bug: 296108553 Change-Id: Ied5e688db8e93874ad66610c4d98c39d892d268b
Diffstat (limited to 'libcutils')
-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 1e035bbca..8c6e54866 100644
--- a/libcutils/include/private/android_filesystem_config.h
+++ b/libcutils/include/private/android_filesystem_config.h
@@ -141,6 +141,7 @@
#define AID_SDK_SANDBOX 1090 /* SDK sandbox virtual UID */
#define AID_SECURITY_LOG_WRITER 1091 /* write to security log */
#define AID_PRNG_SEEDER 1092 /* PRNG seeder daemon */
+#define AID_UPROBESTATS 1093 /* uid for uprobestats */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */