Add wificlient to host executables

Change-Id: I05ca20357bbc674d7abfe873adddc4793386b83e
diff --git a/host_package.mk b/host_package.mk
index 70ac098..bcb6e64 100644
--- a/host_package.mk
+++ b/host_package.mk
@@ -21,6 +21,7 @@
 
 cvd_host_executables := \
     launch_cvd \
+    wificlient \
 
 cvd_host_tests := \
     auto_free_buffer_test \
@@ -32,6 +33,12 @@
     vsoc_graphics_test \
 
 cvd_host_shared_libraries := \
+    libbase \
+    vsoc_lib \
+    libcuttlefish_fs \
+    cuttlefish_auto_resources \
+    liblog \
+    libnl \
     libc++ \
     libicuuc-host \