blob: e871429aa18fe6af881a7d825e7557154c3e8326 [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("$zx_build/public/gn/migrated_targets.gni")
zx_library("heap") {
kernel = true
sources = [
"cxx_allocator.cc",
"heap_wrapper.cc",
]
deps = [
"$zx/kernel/lib/console",
"cmpctmalloc",
# TODO(fxbug.dev/51163): Remove headers when possible.
"$zx/kernel/lib/instrumentation:headers",
]
}