blob: c7c1d65e4c00a23ea673b739543a16a2659ed5fa [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",
]
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
deps = [
"$zx/system/ulib/runtime",
]
}