Merge "Add fmtlib_ndk back to the deny list because it fails in mixed builds postsubmit." am: 1ea9624f9a am: 4949451e65 am: fc29dcc7a5

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

Change-Id: I38dbb967274b77e8061b26315742d9b0dceae916
This commit is contained in:
Treehugger Robot 2021-05-03 17:41:45 +00:00 committed by Automerger Merge Worker
commit 3f935125c0
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ var (
"libsystemproperties", // cparsons@, cc_library_static, wrong include paths
"libpropertyinfoparser", // cparsons@, cc_library_static, wrong include paths
"libarm-optimized-routines-string", // jingwen@, cc_library_static, OK for bp2build but b/186615213 (asflags not handled in bp2build), version script assignment of 'LIBC' to symbol 'memcmp' failed: symbol not defined (also for memrchr, strnlen)
"fmtlib_ndk", // http://b/187040371, cc_library_static, OK for bp2build but format-inl.h:11:10: fatal error: 'cassert' file not found for mixed builds
}
// Used for quicker lookups