blob: d5dcf42ff4b81c996b45a93d3ed7717ef56182d6 [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("counters") {
visibility = [
"$zx/kernel/*",
"$zx/system/uapp/kcounter/*",
"$zx/system/utest/kcounter/*",
]
kernel = true
static = true
sources = []
if (is_kernel) {
sources += [ "counters.cpp" ]
}
}