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 hwvulkan_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: I80143ccd6a21c6c9cd8a0365427bf95f035fbc2a
diff --git a/vulkan/Android.bp b/vulkan/Android.bp
index 2bf905c..0da9cc0 100644
--- a/vulkan/Android.bp
+++ b/vulkan/Android.bp
@@ -26,6 +26,8 @@
cc_library_headers {
name: "hwvulkan_headers",
+ host_supported: true, // Used for verification in Berberis.
+ native_bridge_supported: true, // Used for verification in Berberis.
vendor_available: true,
header_libs: [
"libcutils_headers",