| # Copyright 2023 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| load("@rules_go//go:def.bzl", "go_library") | |
| go_library( | |
| name = "misc", | |
| srcs = ["gsutil.go"], | |
| importpath = "chromium.googlesource.com/chromiumos/platform/dev-util.git/contrib/fflash/internal/misc", | |
| visibility = ["//:__subpackages__"], | |
| deps = ["@com_google_cloud_go_storage//:storage"], | |
| ) |