blob: c2d6c07ebc8714b0d25c581c7b8a3b60fffa1d07 [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("sync") {
public_deps = [ "//zircon/system/ulib/sync" ]
}
sdk_alias("sync_sdk") {
target = "//zircon/system/ulib/sync:sync_sdk"
type = "atom"
}