Allowlist //external/e2fsprogs/...

Test: CI
Bug: 204244290
Change-Id: Ie18b555fb165cd3b869a3d7fb2c4ad73aef4bad5
This commit is contained in:
Jingwen Chen 2022-03-17 14:51:38 +00:00
parent 53c29e2467
commit f2504b64eb

View file

@ -300,7 +300,7 @@ var (
"external/bouncycastle": Bp2BuildDefaultTrue,
"external/brotli": Bp2BuildDefaultTrue,
"external/conscrypt": Bp2BuildDefaultTrue,
"external/e2fsprogs/lib": Bp2BuildDefaultTrueRecursively,
"external/e2fsprogs": Bp2BuildDefaultTrueRecursively,
"external/error_prone": Bp2BuildDefaultTrueRecursively,
"external/fmtlib": Bp2BuildDefaultTrueRecursively,
"external/google-benchmark": Bp2BuildDefaultTrueRecursively,
@ -417,12 +417,6 @@ 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.