Add host support to libwayland_client for crosvm.

Allows libwayland_client to be included in host modules.

Bug: 140201589
Test: crosvm builds.
Change-Id: Iba273eeaf5dc33d3c0c8a4ee7e9c0493fe8691d6
diff --git a/Android.bp b/Android.bp
index b3b354b..c6ca53f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -85,6 +85,7 @@
 cc_library_static {
     name: "libwayland_client",
     vendor_available: true,
+    host_supported: true,
     defaults: ["wayland_defaults"],
     srcs: [
        "src/connection.c",