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