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

Change-Id: I1750e958a7480dd40cd01df84466e511af4e658e
This commit is contained in:
Martin Stjernholm 2020-05-07 09:37:15 +00:00 committed by Automerger Merge Worker
commit 5856ae0e11

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,