blob: a8754d80377fd9a23477c3c40a165133f9dcf602 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
library("memory_limit") {
kernel = true
sources = [
"memory_limit.cc",
]
deps = [
"$zx/kernel/lib/cmdline",
"$zx/kernel/lib/fbl",
"$zx/system/ulib/pretty",
]
}