blob: 89171fe00b46bf6d7bf598f4236376d0a89eea6b [file] [log] [blame]
# 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("sync-mutex") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "mutex.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/sync",
"//zircon/public/lib/zircon-internal",
"//zircon/public/lib/zxtest",
]
}