blob: 9a431c9216dd48df9e6244ea67aa7c305e3cf3c7 [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.
import("//build/sdk/sdk_alias.gni")
# Required because some //vendor/... target still depend on this.
group("fidl") {
public_deps = [ "//zircon/system/ulib/fidl:fidl" ]
}
sdk_alias("fidl_sdk") {
target = "//zircon/system/ulib/fidl:fidl_sdk"
type = "atom"
}