Merge "libadbd_services: Link libselinux dynamically instead of statically." am: 9cd2a8c2b5
am: 31e1c3f189
Change-Id: I7cdd09eb7c3461cef08753f8f6bf49e1b19a91e5
This commit is contained in:
commit
29dddac927
1 changed files with 1 additions and 4 deletions
|
|
@ -349,10 +349,6 @@ cc_library {
|
|||
"libavb_user",
|
||||
"libdiagnose_usb",
|
||||
"libqemu_pipe",
|
||||
|
||||
// `daemon/shell_service.cpp` uses selinux_android_setcon(), which is not exposed by
|
||||
// libselinux.
|
||||
"libselinux",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
|
@ -367,6 +363,7 @@ cc_library {
|
|||
"libfs_mgr",
|
||||
"liblog",
|
||||
"libmdnssd",
|
||||
"libselinux",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue