Build e2fsdroid with Bazel.
Test: CI Bug: 204244290 Change-Id: If5f01da62cff2913fefc98aed7fe7b986e6e7a33
This commit is contained in:
parent
1024f1d72b
commit
53c29e2467
1 changed files with 6 additions and 0 deletions
|
@ -417,6 +417,12 @@ var (
|
|||
|
||||
//system/extras/verity/fec
|
||||
"fec",
|
||||
|
||||
//external/e2fsprogs
|
||||
"e2fsdroid",
|
||||
|
||||
//external/e2fsprogs/misc
|
||||
"libext2_misc",
|
||||
}
|
||||
|
||||
// Per-module denylist to always opt modules out of both bp2build and mixed builds.
|
||||
|
|
Loading…
Reference in a new issue