blob: a6b2bc745b00c2e21b6951da1119eea4b44a3335 [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("cmdline") {
# For use only in the kernel and its own unit tests.
visibility = [
"$zx/kernel/*",
"$zx/system/utest/kernel-cmdline/*",
]
kernel = true
static = true
sources = [
"cmdline.cc",
]
}