blob: 832a14fa019fc4645924d5aa65c13ae159020cef [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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("sync") {
static_libs = [ "sync" ]
deps = [
]
sources = [
"include/lib/sync/completion.h",
"include/lib/sync/condition.h",
"include/lib/sync/internal/condition-template.h",
"include/lib/sync/internal/mutex-internal.h",
"include/lib/sync/mutex.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":sync",
]
}