Merge "Clear mixed build denylist." am: abca1d19a4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1723728 Change-Id: Ib9e21134d2d51c07045796cb4ef1d6c3d7c89d12
This commit is contained in:
committed by
Automerger Merge Worker
commit
f222246684
@@ -220,8 +220,7 @@ var (
|
||||
// Per-module denylist to opt modules out of mixed builds. Such modules will
|
||||
// still be generated via bp2build.
|
||||
mixedBuildsDisabledList = []string{
|
||||
"libc_common_shared", // cparsons@ cc_library_static, breaks module `libc`.
|
||||
"libc_nomalloc", // cparsons@ cc_library_static, breaks module `linker`
|
||||
// Currently empty, though should remain present to facilitate granular bp2build migration.
|
||||
}
|
||||
|
||||
// Used for quicker lookups
|
||||
|
Reference in New Issue
Block a user