bp2build: make libdl build.
This CL adds support for the static and shared props, forwarding whole_static_libs and srcs to the underlying shared library's static_deps and static library's srcs respectively. Test: TH Fixes: 186609667 Change-Id: I84f838361c7758b256b2a163af894c502de03109
This commit is contained in:
@@ -205,7 +205,6 @@ var (
|
||||
|
||||
// Linker error
|
||||
"libc_malloc_hooks", // jingwen@, cc_library, undefined symbol: __malloc_hook, etc.
|
||||
"libdl", // jingwen@, cc_library, clang failed
|
||||
"libstdc++", // jingwen@, cc_library, undefined symbol: free
|
||||
|
||||
// Includes not found
|
||||
|
Reference in New Issue
Block a user