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