blob: db7239b487241ca02d526d559816f09e14b3eee0 [file] [log] [blame]
# Copyright 2019 Google LLC. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_fuchsia)
import("//build/fuchsia/sdk.gni")
#
# Generate gn targets for fidl libraries in the Fuchsia SDK.
#
fuchsia_sdk("fidl") {
meta = fuchsia_sdk_manifest_path
enabled_parts = [ "fidl_library" ]
}