diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-03-12 10:54:11 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-03-12 11:15:38 -0700 |
commit | 5d3aadbeca442b482a132371a46f3356489370b1 (patch) | |
tree | 50e665f4fb0a6b61909cfa52c04455f1bf7daeef /include | |
parent | 63d84d049a4673517b389188366ef61f840e9c2d (diff) | |
download | system_core-5d3aadbeca442b482a132371a46f3356489370b1.zip system_core-5d3aadbeca442b482a132371a46f3356489370b1.tar.gz system_core-5d3aadbeca442b482a132371a46f3356489370b1.tar.bz2 |
Forget name for AID_SDCARD_R.
Change-Id: Ib65fdf4211bef77057009e31295e610f8ba64b44
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index a3d5e62..8e9edd9 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -119,6 +119,7 @@ static const struct android_id_info android_ids[] = { { "diag", AID_DIAG, }, { "net_bt_admin", AID_NET_BT_ADMIN, }, { "net_bt", AID_NET_BT, }, + { "sdcard_r", AID_SDCARD_R, }, { "sdcard_rw", AID_SDCARD_RW, }, { "media_rw", AID_MEDIA_RW, }, { "vpn", AID_VPN, }, |