am 1d421490: Merge "Include to define uid_t." into jb-mr1-dev

* commit '1d4214900cc5c07eceb3a98618fcfecdfa8dc903':
  Include to define uid_t.
This commit is contained in:
Jeff Sharkey 2012-08-08 14:02:15 -07:00 committed by Android Git Automerger
commit b9c37922b7
2 changed files with 5 additions and 3 deletions

View file

@ -17,6 +17,8 @@
#ifndef __CUTILS_MULTIUSER_H
#define __CUTILS_MULTIUSER_H
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -50,8 +50,7 @@ commonSources := \
threads.c \
sched_policy.c \
iosched_policy.c \
str_parms.c \
multiuser.c
str_parms.c
commonHostSources := \
ashmem-host.c
@ -125,7 +124,8 @@ LOCAL_SRC_FILES := $(commonSources) \
mq.c \
partition_utils.c \
qtaguid.c \
uevent.c
uevent.c \
multiuser.c
ifeq ($(TARGET_ARCH),arm)
LOCAL_SRC_FILES += arch-arm/memset32.S