From fc7ec65a00b6105ceeac872da875d4c9e5936942 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sat, 9 Nov 2024 23:05:32 -0800 Subject: [PATCH] Add AID for memory management daemon Bug: 370509309 Bug: 375432464 Test: adb shell id -(u|g) mmd Change-Id: I02440604b1947abc70235bfac132473e8bafa90d --- libcutils/include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index b0bddf501..2aaafbe24 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h @@ -143,6 +143,7 @@ #define AID_PRNG_SEEDER 1092 /* PRNG seeder daemon */ #define AID_UPROBESTATS 1093 /* uid for uprobestats */ #define AID_CROS_EC 1094 /* uid for accessing ChromeOS EC (cros_ec) */ +#define AID_MMD 1095 /* uid for memory management daemon */ // Additions to this file must be made in AOSP, *not* in internal branches. // You will also need to update expect_ids() in bionic/tests/grp_pwd_test.cpp.