Merge "Tweak linux_glibc properties for musl builds in system/core" am: ec8519e953 am: e06b7e163e
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2044103 Change-Id: Ib595f7b9603da792547e18e1afc0f6ca456a53c9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cd92c351b5
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