We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f18a commit 8ad0d8dCopy full SHA for 8ad0d8d
2 files changed
base/cvd/build_external/avb/BUILD.avb.bazel
@@ -43,15 +43,15 @@ cc_library(
43
"libavb/boringssl/avb_crypto_ops_impl.h",
44
"libavb/boringssl/sha.c",
45
],
46
- includes = [
47
- ".",
48
- "libavb/boringssl",
49
- ],
50
hdrs = ["libavb/libavb.h"],
51
copts = [
52
"-DAVB_ENABLE_DEBUG",
53
"-DAVB_COMPILATION",
54
+ includes = [
+ ".",
+ "libavb/boringssl",
+ ],
55
deps = ["@boringssl//:crypto"],
56
)
57
base/cvd/build_external/avb/BUILD.bazel
@@ -0,0 +1,11 @@
1
+load("//cuttlefish/bazel:rules.bzl", "cf_build_test")
2
+
3
+package(default_visibility = ["//:android_cuttlefish"])
4
5
+cf_build_test(
6
+ name = "cf_build_test",
7
+ srcs = [
8
+ "BUILD.avb.bazel",
9
+ "avb.MODULE.bazel",
10
11
+)
0 commit comments