aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 03:03:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 03:03:30 +0000
commitb4933908c387c9333319abdd1cb1a6f1ea92e5b3 (patch)
treefb9ded0f62ba472ba9110b4d8347cbc60bb921da
parent00030fb3c3d41dc4d469f689597e8eecc8870648 (diff)
parentb7ba111e8c54beb68b59a59f424ffe42781ee293 (diff)
downloadgoogle-breakpad-android13-release.tar.gz
Change-Id: I6e2df4f27ce1a1d43114caf7619065506e384e67
-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",