commit | e93ff8de339367458ba19d7bdb3c62096c13bccc | [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 | 3bbd7656ae78ba2d4e65f7464d1944d49a9631b0 [diff] |
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", ], }