aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-24 23:52:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-24 23:52:14 +0000
commit22cd171bf69d0357f283890a0dfb4431d2f2e9a9 (patch)
treefb9ded0f62ba472ba9110b4d8347cbc60bb921da
parent0b45cc4b213fe8106748f7d6cc84e91ce187d170 (diff)
parentf6df4ce36edc83c8dcb9113b990482cb49aa621a (diff)
downloadgoogle-breakpad-22cd171bf69d0357f283890a0dfb4431d2f2e9a9.tar.gz
Tweak linux_glibc properties for musl builds in external/google-breakpad am: a58af67e6e am: f6df4ce36e
Original change: https://android-review.googlesource.com/c/platform/external/google-breakpad/+/2018981 Change-Id: Iccd9663682017681f7d7f75c47c15c4778a6298f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 3cc8e2fe..e0cd1593 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,7 +147,7 @@ cc_binary_host {
"src/common/musl/include",
],
},
- linux_glibc: {
+ host_linux: {
cppflags: [
"-Wno-unused-parameter",
],
@@ -197,7 +197,7 @@ cc_binary_host {
darwin: {
enabled: false,
},
- linux_glibc: {
+ host_linux: {
srcs: [
"src/common/linux/http_upload.cc",
"src/common/linux/libcurl_wrapper.cc",
@@ -223,7 +223,7 @@ cc_library_host_static {
darwin: {
enabled: false,
},
- linux_glibc: {
+ host_linux: {
cflags: [
"-Wno-missing-field-initializers",
"-Wno-pointer-arith",
@@ -259,7 +259,7 @@ cc_binary_host {
darwin: {
enabled: false,
},
- linux_glibc: {
+ host_linux: {
cppflags: [
"-DHAVE_A_OUT_H",
"-Wno-implicit-fallthrough",