blob: fdc941d43f29b7a2961c08f073a195660249e3f5 [file] [log] [blame]
# Copyright 2019 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
library("cmpctmalloc") {
kernel = true
sources = [
"cmpctmalloc.cpp",
]
deps = [
"$zx/kernel/lib/counters",
]
}