Skip to content

Commit 706f0b0

Browse files
committed
Add build test to host/libs/wayland
Bug: b/532697459
1 parent eb7aee3 commit 706f0b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

base/cvd/cuttlefish/host/libs/wayland/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
load("//cuttlefish/bazel:rules.bzl", "cf_cc_library")
1+
load("//cuttlefish/bazel:rules.bzl", "cf_build_test", "cf_cc_library")
22

33
package(
44
default_visibility = ["//:android_cuttlefish"],
55
)
66

7+
cf_build_test(name = "cf_build_test")
8+
79
cf_cc_library(
810
name = "wayland_compositor",
911
srcs = ["wayland_compositor.cpp"],

0 commit comments

Comments
 (0)