blob: eba2cb3ea0d8160f651c1d463f9110f2bab65cc8 [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.
import("$zx_build/public/gn/migrated_targets.gni")
zx_library("lazy_init") {
sdk = "source"
sdk_headers = [ "lib/lazy_init/lazy_init.h" ]
sdk_migrated = true
sources = []
kernel = true
static = true
if (!is_kernel) {
deps = [ "$zx/system/ulib/zx" ]
}
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}