aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-05-24 03:28:48 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-06-23 20:04:46 +0000
commita350f3ae6d119121f63c849b2ae534f38cb1e5fa (patch)
treed76064525027c4e9fb084cfd49f6f6bd1176a464 /include
parentf522c8d0d2d8d7ebc9b72b1e70cdb09c71c3a906 (diff)
shinano: secure tad socket
Change-Id: I4dcf18df25c25a9be6e2d9b8dcee9417528d79a8
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 8252f15..7d43ae4 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -86,6 +86,7 @@
// SONY_UIDS
#define AID_SONY_IDD 2987 /* IDD */
+#define AID_SONY_TA 2993 /* TrimArea */
/* The 3000 series are intended for use as supplemental group id's only.
* They indicate special Android capabilities that the kernel is aware of. */
@@ -193,6 +194,7 @@ static const struct android_id_info android_ids[] = {
// SONY_UIDS
{ "sony_idd", AID_SONY_IDD, },
+ { "sony_ta", AID_SONY_TA, },
#if defined(MOTOROLA_UIDS)
{ "mot_osh", AID_MOT_OSH, },