| # Copyright 2017 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("config") { | |
| include_dirs = sdk_dirs | |
| foreach(dir, sdk_dirs) { | |
| include_dirs += [ get_label_info(dir, "target_gen_dir") ] | |
| } | |
| } |