Remove unused deps on liblogwrap

Nothing seems to be calling into it, so it can probably go.

Test: rebuild everything, then run atest
Change-Id: I6e446f98decd708f59e5994fa10f77be4476d02f
diff --git a/tests/binder_test.cpp b/tests/binder_test.cpp
index 1d11885..2230170 100644
--- a/tests/binder_test.cpp
+++ b/tests/binder_test.cpp
@@ -51,7 +51,6 @@
 #include <com/android/internal/net/IOemNetd.h>
 #include <cutils/multiuser.h>
 #include <gtest/gtest.h>
-#include <logwrap/logwrap.h>
 #include <netdbpf/bpf_shared.h>
 #include <netutils/ifc.h>
 #include "Fwmark.h"
@@ -3311,4 +3310,4 @@
     // Get current default network NetId
     ASSERT_TRUE(mNetd->networkGetDefault(&mStoredDefaultNetwork).isOk());
     expectVpnFallthroughWorks(mNetd.get(), true /* bypassable */, TEST_UID1, sTun, sTun2);
-}
\ No newline at end of file
+}