From 016806a71b911c8da0cffb7fa4dae0eab433a020 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 29 Jan 2013 10:47:28 -0800 Subject: change AID_LOOP_RADIO uid assignment 1029 was taken by an AOSP change; use 1030 instead. Change-Id: Icfe19a5638a4c98a3e2694c0402d19b49b8face9 --- include/private/android_filesystem_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 60ad1d6..1159a15 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -62,7 +62,7 @@ #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_LOOP_RADIO 1029 /* loop radio devices */ +#define AID_LOOP_RADIO 1030 /* loop radio devices */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ -- cgit v1.1