blob: 460e7884c982dbe8487f089a0c88f39211622e67 [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.
zx_library("lazy_init") {
sdk = "source"
sdk_headers = [ "lib/lazy_init/lazy_init.h" ]
sources = []
kernel = true
static = true
if (!is_kernel) {
deps = [ "$zx/system/ulib/zx" ]
}
}