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