blob: 953ca9cdfa083711bc0345771f6a91c4b54ffadc [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") {
sources = [
"align.cc",
"popcount.cc",
"stub-new.cc",
]
deps = [
"//sdk/lib/stdcompat",
"//zircon/kernel/lib/libc",
]
public_deps = [
# <ktl/bit.h> has #include <lib/stdcompat/bit.h>.
"//sdk/lib/stdcompat:headers",
]
}