commit | fc0373706d7031207aaaa46881be11c4c668e268 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Sep 13 14:20:28 2018 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Thu Sep 13 14:34:04 2018 -0700 |
tree | 3f4d37b7d60664e00457b20a5889bc061b1f60ff | |
parent | 4cd979fe67f72d5420374076f7aeb28207252fda [diff] [blame] |
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", ], }