blob: 4584676c4d6a6cd8856964fc8c0201b326ba760e [file] [log] [blame]
# Copyright 2018 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")
import("//build/go/toolchain.gni")
go_library("app") {
name = "app"
deps = [
"//sdk/fidl/fuchsia.sys($go_toolchain)",
"//zircon/system/fidl/fuchsia-io($go_toolchain)",
]
}