commit | 12b528b0527b1a60569d8c2ec0976659d56f3c60 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Sep 28 15:45:36 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 28 15:45:36 2022 +0000 |
tree | 0d4a611bd053f38c7463cdf350ec04cc540d2491 | |
parent | 260480a3e64936a8ba6e57a4fc6454237768818f [diff] | |
parent | d59d1b929376239af3365875b9585a961d6bb3e3 [diff] |
Merge "Declare the headers of the ndk_library"
diff --git a/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp index 5719b5c..a87f82f 100644 --- a/vulkan/libvulkan/Android.bp +++ b/vulkan/libvulkan/Android.bp
@@ -27,6 +27,9 @@ symbol_file: "libvulkan.map.txt", first_version: "24", unversioned_until: "current", + export_header_libs: [ + "ndk_vulkan_headers", + ], } cc_library_shared {