We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7aee3 commit 706f0b0Copy full SHA for 706f0b0
1 file changed
base/cvd/cuttlefish/host/libs/wayland/BUILD.bazel
@@ -1,9 +1,11 @@
1
-load("//cuttlefish/bazel:rules.bzl", "cf_cc_library")
+load("//cuttlefish/bazel:rules.bzl", "cf_build_test", "cf_cc_library")
2
3
package(
4
default_visibility = ["//:android_cuttlefish"],
5
)
6
7
+cf_build_test(name = "cf_build_test")
8
+
9
cf_cc_library(
10
name = "wayland_compositor",
11
srcs = ["wayland_compositor.cpp"],
0 commit comments