netd_integration_test static dependecies

liblogwrap libnetdutils libnetdaidl are now static lib dependecies of
the test. Reason being that these libs are not present in 32bit on pixel
device.

libnetdutils is now a cc_library module which makes it available as both
shared and static lib.
libnetdaidl now has a static counterpart libnetdaidl_static

Bug: 64040096
Test: system/netd compiles
Test: make vts -j64 && vts-tradefed run commandAndExit vts
--skip-all-system-status-check --skip-preconditions
--module VtsKernelNetdTest

Change-Id: I6dca0398c75db85a43e669c76c6afff33ef53aa1
diff --git a/libnetdutils/Android.bp b/libnetdutils/Android.bp
index fd8c89f..b278a4e 100644
--- a/libnetdutils/Android.bp
+++ b/libnetdutils/Android.bp
@@ -1,4 +1,4 @@
-cc_library_shared {
+cc_library {
     name: "libnetdutils",
     srcs: [
         "Fd.cpp",