blob: 593f10fc56fcef6f496cb77b3024c0fd0dc7365b [file] [log] [blame]
# Copyright 2017 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_binary.gni")
go_binary("make-fuchsia-vol") {
gopackage = "make-fuchsia-vol"
go_dependencies = [
{
package = "make-fuchsia-vol"
},
{
source = "//apps/thinfs"
package = "fuchsia.googlesource.com/thinfs"
}
]
}