aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-03-08 18:31:20 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-08 18:31:20 -0800
commit6ff1bee167234aeb5281ac1a0acc6ce0720bedd1 (patch)
tree27d8c5f20c84a8dfd9d804353f88371f1a438edf /include
parentfcb4553dbbd0fa01f9381069acb6533d4e7b6434 (diff)
parent50458cf76ea7b0b03598c785acb1481ed0ae5b1d (diff)
downloadsystem_core-6ff1bee167234aeb5281ac1a0acc6ce0720bedd1.tar.gz
system_core-6ff1bee167234aeb5281ac1a0acc6ce0720bedd1.tar.bz2
system_core-6ff1bee167234aeb5281ac1a0acc6ce0720bedd1.zip
Merge "Add AID_SDCARD_R."
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 0344b5c8..a3d5e627 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -61,6 +61,7 @@
#define AID_UNUSED2 1025 /* deprecated, DO NOT USE */
#define AID_DRMRPC 1026 /* group for drm rpc */
#define AID_NFC 1027 /* nfc subsystem */
+#define AID_SDCARD_R 1028 /* external storage read access */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */