blob: b70b580d73a43ed7dc0360978d01f25b316255b8 [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("async-cpp") {
public_deps = [ "//zircon/system/ulib/async:async-cpp" ]
}
sdk_alias("async-cpp_sdk") {
target = "//zircon/system/ulib/async:async-cpp_sdk"
type = "atom"
}