commit | 9cd2a8c2b5df7f33b6af7b3ba6d18ac04d0d623c | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Fri Sep 14 22:45:55 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 14 22:45:55 2018 +0000 |
tree | 3d50c83968bb68c32de5fb93ec54362e88495f87 | |
parent | 8485d5979008fa91f8036dbda8c3cc5160a01138 [diff] | |
parent | fc0373706d7031207aaaa46881be11c4c668e268 [diff] |
Merge "libadbd_services: Link libselinux dynamically instead of statically."
diff --git a/adb/Android.bp b/adb/Android.bp index 6cff0be..bccc71a 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -349,10 +349,6 @@ "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 @@ "libfs_mgr", "liblog", "libmdnssd", + "libselinux", ], }