blob: 4bde038105edc9e4709476231eeac25de8a572ca [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 = [
"//garnet/public/fidl/fuchsia.sys($go_toolchain)",
"//garnet/public/lib/svc/go/src/svc",
]
}