Skip to content

Commit

Permalink
Add missing dependencies to cvd_test
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed May 8, 2024
1 parent 96c17f4 commit 70da25d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/cvd/cuttlefish/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ cc_library(
],
linkopts = ["-lcurl"],
strip_include_prefix = "//cuttlefish",
visibility = ["//visibility:public"],
deps = [
"//libbase",
"//libsparse",
Expand All @@ -98,7 +99,6 @@ cc_library(
"@jsoncpp",
"@zlib",
],
visibility = ["//visibility:public"],
)

proto_library(
Expand Down Expand Up @@ -532,6 +532,7 @@ cc_test(
deps = [
":cuttlefish_common",
":libcvd",
"//libbase",
"@googletest//:gtest",
"@jsoncpp",
],
Expand Down

0 comments on commit 70da25d

Please sign in to comment.