diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 9c35aa4a5..f1b1ae0b1 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -55,7 +55,8 @@ #define AID_DRM 1019 /* DRM server */ #define AID_DRMIO 1020 /* DRM IO server */ #define AID_GPS 1021 /* GPS daemon */ -#define AID_NFC 1022 /* nfc subsystem */ +#define AID_UNUSED1 1022 /* deprecated, DO NOT USE */ +#define AID_NFC 1023 /* nfc subsystem */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */