blob: b8dd0bae7452517e7c1405e21aedb0e8c9412f12 [file] [log] [blame]
# 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("fidl-async") {
sources = [
"bind.c",
"include/lib/fidl-async/bind.h",
]
include_dirs = [ "include" ]
public_deps = [
"../async",
"../fidl",
]
}
group("all"){
deps = [
":fidl-async",
]
}