Merge "Add external/musl to the bp2build allowlists" am: 7a9803cbde
am: 560d8eef62
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2337364 Change-Id: I00f0d0ea1c6aefbed0f3cd15ff57d4e15047ccaf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
dab3e71066
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,7 @@ var (
|
|||
"external/lzma/C": Bp2BuildDefaultTrueRecursively,
|
||||
"external/mdnsresponder": Bp2BuildDefaultTrueRecursively,
|
||||
"external/minijail": Bp2BuildDefaultTrueRecursively,
|
||||
"external/musl": Bp2BuildDefaultTrueRecursively,
|
||||
"external/objenesis": Bp2BuildDefaultTrueRecursively,
|
||||
"external/openscreen": Bp2BuildDefaultTrueRecursively,
|
||||
"external/ow2-asm": Bp2BuildDefaultTrueRecursively,
|
||||
|
@ -1304,6 +1305,9 @@ var (
|
|||
// TODO(b/254476335): disable the following due to this bug
|
||||
"libapexinfo",
|
||||
"libapexinfo_tests",
|
||||
|
||||
// uses glob in $(locations)
|
||||
"libc_musl_sysroot",
|
||||
}
|
||||
|
||||
Bp2buildCcLibraryStaticOnlyList = []string{}
|
||||
|
|
Loading…
Reference in a new issue