We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364bc5e commit 113c5aaCopy full SHA for 113c5aa
1 file changed
base/cvd/cuttlefish/ansi_codes/BUILD.bazel
@@ -1,7 +1,9 @@
1
-load("//cuttlefish/bazel:rules.bzl", "cf_cc_library")
+load("//cuttlefish/bazel:rules.bzl", "cf_build_test", "cf_cc_library")
2
3
package(default_visibility = ["//:android_cuttlefish"])
4
5
+cf_build_test(name = "cf_build_test")
6
+
7
cf_cc_library(
8
name = "ansi_codes",
9
srcs = ["ansi_codes.cc"],
0 commit comments