diff options
| author | 2021-05-20 13:40:49 +0000 | |
|---|---|---|
| committer | 2021-05-20 13:40:49 +0000 | |
| commit | 2fad43685e4b42651a149c5b8acfaac7efe2a996 (patch) | |
| tree | c119134e9644bdfc2b55320acc7a170ed1cf61ab | |
| parent | bf4e6ec8a72e9452d45771420c720c312c9a9a3a (diff) | |
| parent | 17e18c752a2e444a4c96003e7691549976c1d013 (diff) | |
Merge "Add libc_nomalloc to mixed builds denylist."
| -rw-r--r-- | android/bazel.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/bazel.go b/android/bazel.go index cb3abffff..2d4755fb5 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -231,7 +231,8 @@ var ( "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 - } + "libc_nomalloc", // cc_library_static, OK for bp2build but ld.lld: error: undefined symbol: pthread_mutex_lock (and others) + } // Used for quicker lookups bp2buildModuleDoNotConvert = map[string]bool{} |