Skip to content

Commit cb42773

Browse files
committed
Enforce build file formatting in bazel on assemble_cvd/BUILD.bazel
Bug: b/532697459
1 parent bd59630 commit cb42773

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • base/cvd/cuttlefish/host/commands/assemble_cvd

base/cvd/cuttlefish/host/commands/assemble_cvd/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
22
load("@protobuf//bazel:proto_library.bzl", "proto_library")
3-
load("//cuttlefish/bazel:rules.bzl", "COPTS", "cf_cc_binary", "cf_cc_library", "cf_cc_test")
3+
load("//cuttlefish/bazel:rules.bzl", "COPTS", "cf_build_test", "cf_cc_binary", "cf_cc_library", "cf_cc_test")
44

55
package(
66
default_visibility = ["//:android_cuttlefish"],
77
)
88

9+
cf_build_test(name = "cf_build_test")
10+
911
cf_cc_library(
1012
name = "alloc",
1113
srcs = ["alloc.cc"],

0 commit comments

Comments
 (0)