aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
-rw-r--r--METADATA6
2 files changed, 7 insertions, 7 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",
diff --git a/METADATA b/METADATA
index 76ed448b..56a36ea4 100644
--- a/METADATA
+++ b/METADATA
@@ -13,8 +13,8 @@ third_party {
}
version: "a2d3e8b"
last_upgrade_date { year: 2020 month: 4 day: 19 }
- # would be NOTICE save for APSL in:
- # src/third_party/mac_handler/breakpad_nlist_64.cc
- # src/third_party/mac_headers/
+ license_note: "would be NOTICE save for APSL in:\n"
+ " src/third_party/mac_handler/breakpad_nlist_64.cc\n"
+ " src/third_party/mac_headers/"
license_type: RECIPROCAL
}