Skip to content

Commit 8ad0d8d

Browse files
committed
Enforce build formatting in build_external/avb
Bug: b/532697459
1 parent 9d3f18a commit 8ad0d8d

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

base/cvd/build_external/avb/BUILD.avb.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ cc_library(
4343
"libavb/boringssl/avb_crypto_ops_impl.h",
4444
"libavb/boringssl/sha.c",
4545
],
46-
includes = [
47-
".",
48-
"libavb/boringssl",
49-
],
5046
hdrs = ["libavb/libavb.h"],
5147
copts = [
5248
"-DAVB_ENABLE_DEBUG",
5349
"-DAVB_COMPILATION",
5450
],
51+
includes = [
52+
".",
53+
"libavb/boringssl",
54+
],
5555
deps = ["@boringssl//:crypto"],
5656
)
5757

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)