blob: 36885ff9b5bc103cfa524e5ea7d2e7827b059de0 [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.
library("cmpctmalloc") {
kernel = true
sources = [
"cmpctmalloc.cpp",
]
deps = [
"$zx/kernel/lib/counters",
]
}