summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r--include/private/android_filesystem_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 7db28d8f4..8e2bc1cbe 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -127,6 +127,7 @@
127#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */ 127#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */
128#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */ 128#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */
129#define AID_TOMBSTONED 1058 /* tombstoned user */ 129#define AID_TOMBSTONED 1058 /* tombstoned user */
130#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */
130/* Changes to this file must be made in AOSP, *not* in internal branches. */ 131/* Changes to this file must be made in AOSP, *not* in internal branches. */
131 132
132#define AID_SHELL 2000 /* adb and debug shell user */ 133#define AID_SHELL 2000 /* adb and debug shell user */
@@ -165,6 +166,9 @@
165#define AID_CACHE_GID_START 20000 /* start of gids for apps to mark cached data */ 166#define AID_CACHE_GID_START 20000 /* start of gids for apps to mark cached data */
166#define AID_CACHE_GID_END 29999 /* end of gids for apps to mark cached data */ 167#define AID_CACHE_GID_END 29999 /* end of gids for apps to mark cached data */
167 168
169#define AID_EXT_GID_START 30000 /* start of gids for apps to mark external data */
170#define AID_EXT_GID_END 39999 /* end of gids for apps to mark external data */
171
168#define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */ 172#define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */
169#define AID_SHARED_GID_END 59999 /* end of gids for apps in each user to share */ 173#define AID_SHARED_GID_END 59999 /* end of gids for apps in each user to share */
170 174