summaryrefslogtreecommitdiff
path: root/libcutils
diff options
context:
space:
mode:
authorDavid Dai <davidai@google.com>2024-02-06 01:59:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-06 01:59:21 +0000
commitf3337f69dfa55f116b64a573017273c491410b5a (patch)
treea1c5a67acc95a38508b53cc1ba57c60a610aaef5 /libcutils
parent6901675313d786b292bb584b1c84dab6cfed415d (diff)
parent161b80bd02c0ff226b6f2f6ab14f12a821a40a76 (diff)
downloadcore-f3337f69dfa55f116b64a573017273c491410b5a.tar.gz
Merge "Add AID for Virtual Machines" into main am: 161b80bd02
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2945529 Change-Id: I92a8f7a1c8d8fc5e0fe2c0ae39ac0b018e4cb462 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 8c6e54866..ea61cc2a7 100644
--- a/libcutils/include/private/android_filesystem_config.h
+++ b/libcutils/include/private/android_filesystem_config.h
@@ -170,6 +170,7 @@
#define AID_WAKELOCK 3010 /* Allow system wakelock read/write access */
#define AID_UHID 3011 /* Allow read/write to /dev/uhid node */
#define AID_READTRACEFS 3012 /* Allow tracefs read */
+#define AID_VIRTUALMACHINE 3013 /* Allows VMs to tune for performance*/
/* The range 5000-5999 is also reserved for vendor partition. */
#define AID_OEM_RESERVED_2_START 5000