blob: 395f928628b6de3c9ef4bd4da66cf0e75a4640fa [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("zircon") {
sources = [
"getentropy.c",
"internal.c",
"take_startup_handle.c",
"thrd_get_zx_handle.cc",
"utc.cc",
]
deps = [
"//zircon/system/ulib/runtime",
"//zircon/third_party/ulib/musl:musl_internal",
]
}