Merge "Tweak linux_glibc properties for musl builds in system/core" am: ec8519e953
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2044103 Change-Id: I495181e0811a02adbd89decd306a83be31ebf74d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e06b7e163e
2 changed files with 2 additions and 8 deletions
|
|
@ -27,12 +27,8 @@ cc_library {
|
||||||
darwin: {
|
darwin: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
linux_glibc: {
|
host_linux: {
|
||||||
cflags: [
|
cflags: [
|
||||||
"-O2",
|
|
||||||
"-g",
|
|
||||||
"-W",
|
|
||||||
"-Wall",
|
|
||||||
"-D_LARGEFILE64_SOURCE",
|
"-D_LARGEFILE64_SOURCE",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -48,13 +48,11 @@ cc_library_headers {
|
||||||
header_libs: ["libbacktrace_headers"],
|
header_libs: ["libbacktrace_headers"],
|
||||||
export_header_lib_headers: ["libbacktrace_headers"],
|
export_header_lib_headers: ["libbacktrace_headers"],
|
||||||
},
|
},
|
||||||
linux_glibc: {
|
host_linux: {
|
||||||
header_libs: ["libbacktrace_headers"],
|
header_libs: ["libbacktrace_headers"],
|
||||||
export_header_lib_headers: ["libbacktrace_headers"],
|
export_header_lib_headers: ["libbacktrace_headers"],
|
||||||
},
|
},
|
||||||
linux_bionic: {
|
linux_bionic: {
|
||||||
header_libs: ["libbacktrace_headers"],
|
|
||||||
export_header_lib_headers: ["libbacktrace_headers"],
|
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
windows: {
|
windows: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue