am 1d421490: Merge "Include to define uid_t." into jb-mr1-dev
* commit '1d4214900cc5c07eceb3a98618fcfecdfa8dc903': Include to define uid_t.
This commit is contained in:
commit
b9c37922b7
2 changed files with 5 additions and 3 deletions
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef __CUTILS_MULTIUSER_H
|
||||
#define __CUTILS_MULTIUSER_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue