Skip to content

Commit 5413806

Browse files
Build overrides needed for the next vulkan-deps roll (#824)
see flutter/flutter#141277
1 parent 4c8d004 commit 5413806

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"

build_overrides/vulkan_validation_layers.gni

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# found in the LICENSE file.
44

55
vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"
6+
vulkan_utility_libraries_dir = "//third_party/vulkan-deps/vulkan-utility-libraries/src"
67
vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
78
vvl_glslang_dir = "//third_party/vulkan-deps/spirv-tools/src"
89

0 commit comments

Comments
 (0)