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