diff options
| author | Glenn Kasten <gkasten@google.com> | 2011-01-20 07:45:27 -0800 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2011-01-20 07:45:27 -0800 |
| commit | b29b33841bd2f5143e2705525bfc4f8a2d2b6316 (patch) | |
| tree | a088d396da4955fb876d3fc67f99ed7ac6386804 /include/private | |
| parent | 701d40f721573c5c9e0b45b59a383e04c582f6d0 (diff) | |
| download | system_core-b29b33841bd2f5143e2705525bfc4f8a2d2b6316.tar.gz system_core-b29b33841bd2f5143e2705525bfc4f8a2d2b6316.tar.bz2 system_core-b29b33841bd2f5143e2705525bfc4f8a2d2b6316.zip | |
Bug 3361124 Remove drmioserver
Change-Id: Ie3b20b487c1466737921567ab2d043e230356bf4
Note: safe to re-use the drmio uid/gid as no files were ever created.
Diffstat (limited to 'include/private')
| -rw-r--r-- | include/private/android_filesystem_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index e446fc91..0f05a1b0 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -53,7 +53,7 @@ #define AID_KEYSTORE 1017 /* keystore subsystem */ #define AID_USB 1018 /* USB devices */ #define AID_DRM 1019 /* DRM server */ -#define AID_DRMIO 1020 /* DRM IO server */ +#define AID_AVAILABLE 1020 /* available for use */ #define AID_GPS 1021 /* GPS daemon */ #define AID_NFC 1022 /* nfc subsystem */ #define AID_MEDIA_RW 1023 /* internal media storage write access */ @@ -100,7 +100,7 @@ static const struct android_id_info android_ids[] = { { "install", AID_INSTALL, }, { "media", AID_MEDIA, }, { "drm", AID_DRM, }, - { "drmio", AID_DRMIO, }, + { "available", AID_AVAILABLE, }, { "nfc", AID_NFC, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, |
