blob: d206b2b6dd1a63b05056dbed4adecbdfee741620 [file] [log] [blame] [edit]
# Copyright 2020 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.
import("//build/config/fuchsia-sdk.gni")
config("executable_ldconfig") {
ldflags = [
"-Wl,-rpath=\$ORIGIN/",
"-Wl,-rpath-link=",
]
}
copy("sdk_tools") {
sources = [ "//third_party/fuchsia-sdk/tools/${host_cpu}/far" ]
outputs = [ "${tools_out_dir}/${host_cpu}/{{source_file_part}}" ]
}
# This matches the target from Chromium
group("vulkan_validation") {
data_deps = [
"//third_party/fuchsia-sdk/pkg/vulkan_layers:VkLayer_khronos_validation",
]
}