Merge "Add external/musl to the bp2build allowlists"

This commit is contained in:
Colin Cross
2022-12-13 20:00:55 +00:00
committed by Gerrit Code Review

View File

@@ -164,6 +164,7 @@ var (
"external/lzma/C": Bp2BuildDefaultTrueRecursively, "external/lzma/C": Bp2BuildDefaultTrueRecursively,
"external/mdnsresponder": Bp2BuildDefaultTrueRecursively, "external/mdnsresponder": Bp2BuildDefaultTrueRecursively,
"external/minijail": Bp2BuildDefaultTrueRecursively, "external/minijail": Bp2BuildDefaultTrueRecursively,
"external/musl": Bp2BuildDefaultTrueRecursively,
"external/objenesis": Bp2BuildDefaultTrueRecursively, "external/objenesis": Bp2BuildDefaultTrueRecursively,
"external/openscreen": Bp2BuildDefaultTrueRecursively, "external/openscreen": Bp2BuildDefaultTrueRecursively,
"external/ow2-asm": Bp2BuildDefaultTrueRecursively, "external/ow2-asm": Bp2BuildDefaultTrueRecursively,
@@ -1304,6 +1305,9 @@ var (
// TODO(b/254476335): disable the following due to this bug // TODO(b/254476335): disable the following due to this bug
"libapexinfo", "libapexinfo",
"libapexinfo_tests", "libapexinfo_tests",
// uses glob in $(locations)
"libc_musl_sysroot",
} }
Bp2buildCcLibraryStaticOnlyList = []string{} Bp2buildCcLibraryStaticOnlyList = []string{}