# Copyright 2024 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
group("vulkan_headers_config") { | |
public_configs = [ "src:vulkan_headers_config" ] | |
} | |
group("vulkan_headers") { | |
public_deps = [ "src:vulkan_headers" ] | |
} |