Skip to content

Commit

Permalink
Build overrides needed for the next vulkan-deps roll (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Feb 9, 2024
1 parent 4c8d004 commit 5413806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_overrides/vulkan_utility_libraries.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"
1 change: 1 addition & 0 deletions build_overrides/vulkan_validation_layers.gni
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# found in the LICENSE file.

vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"
vulkan_utility_libraries_dir = "//third_party/vulkan-deps/vulkan-utility-libraries/src"
vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
vvl_glslang_dir = "//third_party/vulkan-deps/spirv-tools/src"

Expand Down

0 comments on commit 5413806

Please sign in to comment.