blob: 3739c88d98a9893919a32ae009c52aad983e4064 [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("memory_limit") {
kernel = true
sources = [
"memory_limit.cpp",
]
deps = [
"$zx/kernel/lib/fbl",
"$zx/system/ulib/pretty",
]
}