Add shared app gid to fs config

This will allow native tools to be able to know where the shared app
gids start and end.

Change-Id: Ie4529baf36b361c51c42f079b259c352e316647f
This commit is contained in:
Kenny Root 2012-09-11 15:03:45 -07:00
parent 50e2555d6c
commit 7e41c8420e

View file

@ -87,6 +87,9 @@
#define AID_USER 100000 /* offset for uid ranges for each user */
#define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */
#define AID_SHARED_GID_END 59999 /* start of gids for apps in each user to share */
#if !defined(EXCLUDE_FS_CONFIG_STRUCTURES)
struct android_id_info {
const char *name;