Merge "Allocate new UID for OTA update resource tracking."

am: 1ed1d3dac9

Change-Id: Ic365e6f4084d063363005cd42b66ee0799691031
This commit is contained in:
Jeff Sharkey 2017-03-20 23:11:37 +00:00 committed by android-build-merger
commit 2e86917f92
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@
#define AID_TOMBSTONED 1058 /* tombstoned user */
#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 */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */