Merge "Tweak linux_glibc properties for musl builds in system/core"
This commit is contained in:
commit
ec8519e953
2 changed files with 2 additions and 8 deletions
|
|
@ -27,12 +27,8 @@ cc_library {
|
|||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
linux_glibc: {
|
||||
host_linux: {
|
||||
cflags: [
|
||||
"-O2",
|
||||
"-g",
|
||||
"-W",
|
||||
"-Wall",
|
||||
"-D_LARGEFILE64_SOURCE",
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue