blob: 5b5fb9bb95bebf1fda0c941866c8cffeb9228c21 [file] [log] [blame]
# Copyright 2018 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/fidl/toolchain.gni")
# See fidl_cpp.gni:fidl_cpp. Its generated `source_set`s should be the
# only users of this config (in their public_configs).
config("fidl_gen_config") {
fidl_root_gen_dir = get_label_info("//bogus($fidl_toolchain)", "root_gen_dir")
include_dirs = [ fidl_root_gen_dir ]
}