diff options
-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", ], } |