summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorScott Randolph <randolphs@google.com>2017-05-23 11:12:13 -0700
committerScott Randolph <randolphs@google.com>2017-05-23 12:44:24 -0700
commitd5d327648207d67da85a9a9edbcc36a8f286e345 (patch)
tree8a0cb15aea217a45908ccbdf19cf03cabdfb84bc /libcutils
parent0f185bb1484e22cf270c5807d0228880281e408f (diff)
downloadsystem_core-d5d327648207d67da85a9a9edbcc36a8f286e345.tar.gz
system_core-d5d327648207d67da85a9a9edbcc36a8f286e345.tar.bz2
system_core-d5d327648207d67da85a9a9edbcc36a8f286e345.zip
Add AID_EVS for use by the Automotive EVS system
The EVS HAL and related software stack will use this id when running daemons that monitor car state, capture and display video, and interact with users. Test: visual inspection Change-Id: I53404c624933b7f55f1292c041c6c712522ab13b
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h
index 48b50a5da..02141d687 100644
--- a/libcutils/include/private/android_filesystem_config.h
+++ b/libcutils/include/private/android_filesystem_config.h
@@ -130,6 +130,7 @@
#define AID_MEDIA_OBB 1059 /* GID for OBB files on internal media storage */
#define AID_ESE 1060 /* embedded secure element (eSE) subsystem */
#define AID_OTA_UPDATE 1061 /* resource tracking UID for OTA updates */
+#define AID_AUTOMOTIVE_EVS 1062 /* Automotive rear and surround view system */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */