blob: ff3d5349a578c496a20797375ee0f57d03a40980 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("//build/zircon/migrated_targets.gni")
zx_library("ktl") {
kernel = true
static = false
sources = [
"dummy-new.cc",
"popcount.cc",
]
deps = [
"//sdk/lib/stdcompat",
"//zircon/kernel/lib/libc",
]
public_deps = [
# <ktl/bit.h> has #include <lib/stdcompat/bit.h>.
"//sdk/lib/stdcompat:headers",
]
}