blob: bccdf0bf1f1ae9658cc2889cbe1bd08a4b852191 [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("heap") {
kernel = true
sources = [
"heap_wrapper.cc",
]
deps = [
"$zx/kernel/lib/console",
"cmpctmalloc",
]
}