blob: 5698fb6a6e1995067371da2130f8c26a2329edc7 [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.cpp",
]
deps = [
"$zx/kernel/lib/console",
"cmpctmalloc",
]
}