summaryrefslogtreecommitdiff
path: root/vulkan/Android.bp
diff options
context:
space:
mode:
author Trevor David Black <vantablack@google.com> 2024-02-15 05:29:02 +0000
committer Trevor David Black <vantablack@google.com> 2024-02-20 20:44:09 +0000
commit1b7d4202cf36666f7c99a310a9b9ea9bc3bde735 (patch)
tree752f45dc28c9101b96090281db180e16c11e1a6e /vulkan/Android.bp
parent061220616e74f4c59ee3d275a508db2673fc3623 (diff)
Refactor Vulkan-Profiles interaction into vkprofiles
Bug: 299537644 Test: atest -c CtsGraphicsTestCases:VulkanFeaturesTest#testAndroidBaselineProfile2021Support Change-Id: If6e1531046eaddeda246ada8dbdea59463617bf6
Diffstat (limited to 'vulkan/Android.bp')
-rw-r--r--vulkan/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vulkan/Android.bp b/vulkan/Android.bp
index 33599ea35b..2bf905c654 100644
--- a/vulkan/Android.bp
+++ b/vulkan/Android.bp
@@ -42,4 +42,5 @@ subdirs = [
"nulldrv",
"libvulkan",
"vkjson",
+ "vkprofiles",
]