blob: d3e69ce813e88f6bade8ce262cd06fa17aad2446 [file] [log] [blame]
# Copyright 2022 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.
import("//build/go/go_library.gni")
go_library("syscall_docs") {
visibility = [ "//zircon/tools/zither/*" ]
sources = [
"syscall_docs.go",
"templates/page.tmpl",
]
deps = [
"//tools/fidl/lib/fidlgen",
"//zircon/tools/zither:common",
]
}