blob: 47d0235db8977a39e0176d4baf003c4bd1d4bab1 [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.
import("//build/go/go_library.gni")
go_library("host_target_testing") {
testonly = true
name = "fuchsia.googlesource.com/host_target_testing"
deps = [
"//garnet/go/src/far:far",
"//garnet/go/src/pm:pm_lib",
"//src/sys/pkg/lib/repo",
"//third_party/golibs:github.com/flynn/go-tuf",
"//third_party/golibs:golang.org/x/crypto",
]
}