blob: 8443cbbacb70eb83ce83f461c36b1105214c9c4e [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.c",
]
deps = [
"$zx/system/ulib/runtime",
"$zx/third_party/ulib/musl:musl_internal",
]
configs -= [ "$zx_build/public/gn/config:visibility_hidden" ]
}