Merge "Add libc_openbsd to mixed builds deny list." am: be1c47b216 am: 5150ab815d am: 369f329c44

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

Change-Id: I437a288a7da625831bc790c1414098f8e7a975d7
This commit is contained in:
Rupert Shuttleworth 2021-04-22 19:29:50 +00:00 committed by Automerger Merge Worker
commit ec6e80f563
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ var (
// Per-module denylist to opt modules out of mixed builds. Such modules will
// still be generated via bp2build.
mixedBuildsDisabledList = []string{
"libc_gdtoa", // ruperts@, cc_library_static, OK for bp2build but undefined symbol: __strtorQ for mixed builds
"libc_gdtoa", // ruperts@, cc_library_static, OK for bp2build but undefined symbol: __strtorQ for mixed builds
"libc_openbsd", // ruperts@, cc_library_static, OK for bp2build but error: duplicate symbol: strcpy for mixed builds
}
// Used for quicker lookups