blob: ca83daf3de02610d24f8a0eb42f11a17244adf2a [file] [log] [blame] [edit]
# Copyright 2018 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("counters") {
kernel = true
sources = [
"counters.cpp",
]
deps += [
"$zx/kernel/lib/console",
]
}