From 52e66726136a56004cb1331e3ae0e67ad7c4e802 Mon Sep 17 00:00:00 2001 From: Rupert Shuttleworth Date: Mon, 3 May 2021 09:59:38 -0400 Subject: [PATCH] Add fmtlib_ndk back to the deny list because it fails in mixed builds postsubmit. But add it to the mixed builds deny list instead of the bp2build deny list. Test: Waiting for another postsubmit to run. Change-Id: Ief51356758304b3f13c95df401e310d4f5e236f7 --- android/bazel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/bazel.go b/android/bazel.go index 22d558f95..71884a7d2 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -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