commit | 948bb498a31f3d06b32fd6c9d050459be379a0dd | [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 | 133f19c199144d7aa9f1950c1a5b74247d2ade8f [diff] | |
parent | e93ff8de339367458ba19d7bdb3c62096c13bccc [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", ], }