John Rosasco | 24cbdab | 2019-09-25 14:14:35 -0700 | [diff] [blame] | 1 | # Copyright 2019 Google LLC. 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 | assert(is_fuchsia) | ||||
6 | import("//build/fuchsia/sdk.gni") | ||||
7 | |||||
8 | # | ||||
9 | # Generate gn targets for fidl libraries in the Fuchsia SDK. | ||||
10 | # | ||||
11 | fuchsia_sdk("fidl") { | ||||
12 | meta = fuchsia_sdk_manifest_path | ||||
13 | enabled_parts = [ "fidl_library" ] | ||||
14 | } |