Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 884efb92 authored by Hung Nguyen's avatar Hung Nguyen Committed by Automerger Merge Worker
Browse files

Merge "Add AID for memory management daemon" into main am: a0627e76

parents d65d54a5 a0627e76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.