Merge "Tweak linux_glibc properties for musl builds in system/core"

This commit is contained in:
Treehugger Robot 2022-03-30 00:09:01 +00:00 committed by Gerrit Code Review
commit ec8519e953
2 changed files with 2 additions and 8 deletions

View file

@ -27,12 +27,8 @@ cc_library {
darwin: {
enabled: false,
},
linux_glibc: {
host_linux: {
cflags: [
"-O2",
"-g",
"-W",
"-Wall",
"-D_LARGEFILE64_SOURCE",
],
},

View file

@ -48,13 +48,11 @@ cc_library_headers {
header_libs: ["libbacktrace_headers"],
export_header_lib_headers: ["libbacktrace_headers"],
},
linux_glibc: {
host_linux: {
header_libs: ["libbacktrace_headers"],
export_header_lib_headers: ["libbacktrace_headers"],
},
linux_bionic: {
header_libs: ["libbacktrace_headers"],
export_header_lib_headers: ["libbacktrace_headers"],
enabled: true,
},
windows: {