blob: 9651a5da9bb45370ef81ac8fdfc1711833890e03 [file]
# Copyright 2019 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.
source_set("c11-mutex") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "mutex.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/zircon-internal",
"//zircon/public/lib/zxtest",
]
}