summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2017-03-20 23:11:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-20 23:11:37 +0000
commit2e86917f929f130ab9a234255bdfce2ef3f03b73 (patch)
tree762580a8f894a3c88ea45e4986b1379d981423c7 /include
parent7e5b10b18cbf750fa7ae1db300a76ba1ca8e86f3 (diff)
parent1ed1d3dac90bb521f9e03b7411746ac432c08f07 (diff)
downloadcore-2e86917f929f130ab9a234255bdfce2ef3f03b73.tar.gz
core-2e86917f929f130ab9a234255bdfce2ef3f03b73.tar.bz2
core-2e86917f929f130ab9a234255bdfce2ef3f03b73.zip
Merge "Allocate new UID for OTA update resource tracking."
am: 1ed1d3dac9 Change-Id: Ic365e6f4084d063363005cd42b66ee0799691031
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 48a0e61b0..d20007075 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -129,6 +129,7 @@
#define AID_TOMBSTONED 1058 /* tombstoned user */
#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */
#define AID_ESE 1060 /* embedded secure element (eSE) subsystem */
+#define AID_OTA_UPDATE 1061 /* resource tracking UID for OTA updates */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */