diff options
author | Peter Collingbourne <pcc@google.com> | 2018-09-14 22:45:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-14 22:45:55 +0000 |
commit | 9cd2a8c2b5df7f33b6af7b3ba6d18ac04d0d623c (patch) | |
tree | 3d50c83968bb68c32de5fb93ec54362e88495f87 | |
parent | 8485d5979008fa91f8036dbda8c3cc5160a01138 (diff) | |
parent | fc0373706d7031207aaaa46881be11c4c668e268 (diff) |
Merge "libadbd_services: Link libselinux dynamically instead of statically."
-rw-r--r-- | adb/Android.bp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/adb/Android.bp b/adb/Android.bp index 6cff0bea1..bccc71a4e 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -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", ], } |