summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2017-03-16 18:03:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-16 18:03:21 +0000
commit4614ba513403dc1c35b8148a57f51d2edca2fb86 (patch)
tree09d100387d56b5e2d182ff81d1dda4140c12eeb4 /include
parentd8e854fdf1e212e26f978bfbb027015500b4ab28 (diff)
parente323976e747c28b78b5e1be565317f500e0f5c06 (diff)
downloadcore-4614ba513403dc1c35b8148a57f51d2edca2fb86.tar.gz
Merge "Add eSE AID."
am: e323976e74 Change-Id: I0ce8f821fa1e2028a1d7a1275773b54bd250a612
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 8e2bc1cbe..48a0e61b0 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -123,11 +123,12 @@
#define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */
#define AID_WEBVIEW_ZYGOTE 1053 /* WebView zygote process */
#define AID_VEHICLE_NETWORK 1054 /* Vehicle network service */
-#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */
-#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */
-#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */
+#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */
+#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */
+#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */
#define AID_TOMBSTONED 1058 /* tombstoned user */
-#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */
+#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */
+#define AID_ESE 1060 /* embedded secure element (eSE) subsystem */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */