blob: 13b40b846de1ef028b81b56ed96870bc36effc72 [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.cpp",
]
deps = [
"$zx/kernel/lib/fbl",
"$zx/system/ulib/pretty",
]
}