blob: 015ebaf038c1ba700ce6353e18aa2479fb809ac7 [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("//garnet/public/lib/fidl/fidl.gni")
fidl("fidl") {
sources = [
"host.fidl",
]
deps = [
"//garnet/public/lib/bluetooth/fidl",
]
}