Merge "Export libc_headers from libdl_static for libraries that wrap it without bringing in libc."

This commit is contained in:
Martin Stjernholm 2020-05-07 09:19:48 +00:00 committed by Gerrit Code Review
commit e413ce902d

View file

@ -26,6 +26,7 @@ cc_library_static {
stl: "none",
system_shared_libs: [],
header_libs: ["libc_headers"],
export_header_lib_headers: ["libc_headers"],
sanitize: {
never: true,