Merge "libhardware_headers: vendor modules on host" into main
diff --git a/Android.bp b/Android.bp
index a24a713..525533b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,6 +75,11 @@
                 "include_vendor",
             ],
         },
+        host: {
+            export_include_dirs: [
+                "include_vendor", // for tests
+            ],
+        },
     },
     apex_available: [
         "//apex_available:platform",