Merge "bp2build: remove libc_nomalloc from denylist." am: d685b7dcca

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1712729

Change-Id: Iea47e144c54d1969e299494cec99e8fb2c1a3fe6
This commit is contained in:
Jingwen Chen
2021-05-20 10:15:53 +00:00
committed by Automerger Merge Worker

View File

@@ -160,8 +160,6 @@ var (
// Per-module denylist to always opt modules out of both bp2build and mixed builds. // Per-module denylist to always opt modules out of both bp2build and mixed builds.
bp2buildModuleDoNotConvertList = []string{ bp2buildModuleDoNotConvertList = []string{
// Things that transitively depend on unconverted libc_* modules. // Things that transitively depend on unconverted libc_* modules.
"libc_nomalloc", // http://b/186825031, cc_library_static, depends on //bionic/libc:libc_common (http://b/186821517)
"libbionic_spawn_benchmark", // http://b/186824595, cc_library_static, depends on //external/google-benchmark (http://b/186822740) "libbionic_spawn_benchmark", // http://b/186824595, cc_library_static, depends on //external/google-benchmark (http://b/186822740)
// also depends on //system/logging/liblog:liblog (http://b/186822772) // also depends on //system/logging/liblog:liblog (http://b/186822772)