commit | 6f977ce5e86a1da6c05ec624e44af0a88d1b4602 | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Tue Oct 20 01:45:40 2020 +0200 |
committer | Victor Khimenko <khim@google.com> | Mon Oct 19 23:49:27 2020 +0000 |
tree | feb7ca1b550880e178490fc56b33ddbd8d501455 | |
parent | 47b1645cd2f912b320c4c3e74131a94693f10327 [diff] |
Add filegroup to expose vk.xml to other components Bug: 171255170 Test: m Change-Id: I2dba4393521b6f99382217075995975ddfe8309a
diff --git a/Android.bp b/Android.bp index 8ac5353..e61e1a0 100644 --- a/Android.bp +++ b/Android.bp
@@ -45,3 +45,9 @@ name: "vulkan_headers_llndk", export_include_dirs: ["include"], } + +// This module makes Vulkan XML file available to vendor code. +filegroup { + name: "vulkan_headers_registry", + srcs: ["registry/vk.xml"], +}