blob: 9a77cbd84f2ba76a66ee048f044fb882e76d1e40 [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
import("//build/zircon/migrated_targets.gni")
zx_library("heap") {
sources = [
"cxx_allocator.cc",
"heap_wrapper.cc",
]
deps = [
"cmpctmalloc",
"//zircon/kernel/lib/console",
"//zircon/kernel/lib/virtual_alloc",
# TODO(fxbug.dev/51163): Remove headers when possible.
"//zircon/kernel/lib/instrumentation:headers",
]
}