Add more functions to the host libselinux.
I'd like to build the exact same toybox binary for the host as for the device, with the aim of getting a more hermetic build without maintaining two toyboxes. Bug: N/A Test: builds Change-Id: Ib6a1775100e43722ddf1dcfcc13e85703c9986f1
This commit is contained in:
parent
635ccb3e56
commit
ee87941ab7
1 changed files with 5 additions and 0 deletions
|
@ -126,14 +126,19 @@ cc_library {
|
|||
"src/compute_member.c",
|
||||
"src/context.c",
|
||||
"src/enabled.c",
|
||||
"src/fgetfilecon.c",
|
||||
"src/getenforce.c",
|
||||
"src/getfilecon.c",
|
||||
"src/get_initial_context.c",
|
||||
"src/init.c",
|
||||
"src/lgetfilecon.c",
|
||||
"src/load_policy.c",
|
||||
"src/lsetfilecon.c",
|
||||
"src/mapping.c",
|
||||
"src/procattr.c",
|
||||
"src/setenforce.c",
|
||||
"src/setexecfilecon.c",
|
||||
"src/setfilecon.c",
|
||||
"src/stringrep.c",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue