Add emulated_apit_checker for Vulkan

We are auto-generating data-structures autotmatically and then are
comparing layout of what we have generated to calculated one.

We also compare layout for structures provided by vulkan_headers,
but only on host.

This CL closes the loop and makes it possible to do such comparison on
gues, too.

Bug: 330393812

Test: m berberis_all

Change-Id: If4faeda7a5c9ac3cf9cb515c7243fa5ded222740
diff --git a/Android.bp b/Android.bp
index 00feea7..c916cae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,6 +64,7 @@
 cc_library_headers {
     name: "vulkan_headers",
     export_include_dirs: ["include"],
+    native_bridge_supported: true, // Used for verification in Berberis.
     host_supported: true,
     vendor_available: true,
     sdk_version: "24",