forked from kuri65536/python-for-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpwd_grp.mk
More file actions
49 lines (45 loc) · 808 Bytes
/
Copy pathpwd_grp.mk
File metadata and controls
49 lines (45 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := pwd_grp
LOCAL_MODULE_FILENAME :=
LOCAL_SRC_FILES := fgetgrent.c \
fgetgrent_r.c \
fgetpwent.c \
fgetpwent_r.c \
fgetspent.c \
fgetspent_r.c \
getgrent.c \
getgrent_r.c \
getgrgid.c \
getgrgid_r.c \
getgrnam.c \
getgrnam_r.c \
getgrouplist.c \
__getgrouplist_internal.c \
getpw.c \
getpwent.c \
getpwent_r.c \
getpwnam.c \
getpwnam_r.c \
getpwuid.c \
getpwuid_r.c \
getspent.c \
getspent_r.c \
getspnam.c \
getspnam_r.c \
.indent.pro \
initgroups.c \
lckpwdf.c \
__parsegrent.c \
__parsepwent.c \
__parsespent.c \
__pgsreader.c \
putgrent.c \
putpwent.c \
putspent.c \
pwd_grp.c \
pwd_grp_internal.c \
sgetspent.c \
sgetspent_r.c
LOCAL_CFLAGS := -DUCLIBC_HAS_SHADOW=n
include $(BUILD_SHARED_LIBRARY)