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:
Christopher Parsons
2021-06-02 14:39:51 +00:00
committed by Automerger Merge Worker

View File

@@ -220,8 +220,7 @@ var (
// Per-module denylist to opt modules out of mixed builds. Such modules will // Per-module denylist to opt modules out of mixed builds. Such modules will
// still be generated via bp2build. // still be generated via bp2build.
mixedBuildsDisabledList = []string{ mixedBuildsDisabledList = []string{
"libc_common_shared", // cparsons@ cc_library_static, breaks module `libc`. // Currently empty, though should remain present to facilitate granular bp2build migration.
"libc_nomalloc", // cparsons@ cc_library_static, breaks module `linker`
} }
// Used for quicker lookups // Used for quicker lookups