blob: e6575ccc98210fe88f1f7f20604783647b1835c3 [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
library("region-alloc") {
kernel = true
static = true
sources = [
"region-alloc-c-api.cpp",
"region-alloc.cpp",
]
if (!is_kernel) {
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/zxcpp",
]
}
}