commit | 9509d27252b16f69b6fd2ebb2c552201c34e5c0c | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Aug 07 17:56:30 2012 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Aug 07 17:56:48 2012 -0700 |
tree | bd393031bf6d30cc905d599fc5542c43c9dc439b | |
parent | b2b46dc48c01c03e824ef49a88fc947ab2a65b28 [diff] [blame] |
Native utils for working with user and app IDs. Bug: 6925012 Change-Id: I56f18826fd324f60b6e446cebd30719258e40990
diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 5c227b6..6d525ba 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk
@@ -50,7 +50,8 @@ threads.c \ sched_policy.c \ iosched_policy.c \ - str_parms.c + str_parms.c \ + multiuser.c commonHostSources := \ ashmem-host.c