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