aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-08-10 12:49:36 -0700
committerElliott Hughes <enh@google.com>2023-08-10 13:49:49 -0700
commit332a4371eda197cfcbcd01bf197482aecde23a1a (patch)
treef98d11d6a158167e19fc9141c79d877280a616a6 /METADATA
parente41ddc00ce1a4d6781121347efc507b6916e00ea (diff)
parentbae713be2e51faa5cbe0ac4bcd21c0a3ee72ff8e (diff)
downloadgoogle-breakpad-332a4371eda197cfcbcd01bf197482aecde23a1a.tar.gz
Upgrade google-breakpad to v2023.01.27
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update google-breakpad For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md enh@ also reverted various bits of local vandalism, so that the source matches what's actually upstream at this tag exactly. Bug: http://b/295251968 Test: TreeHugger Change-Id: I594a518c720e1d86c46ac18313e8ba90dffd91ad
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA20
1 files changed, 12 insertions, 8 deletions
diff --git a/METADATA b/METADATA
index 56a36ea4..509ee6eb 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,9 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update google-breakpad
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+
name: "google-breakpad"
-description:
- "Breakpad is a set of client and server components which implement a "
- "crash-reporting system"
+description: "Breakpad is a set of client and server components which implement a crash-reporting system"
third_party {
url {
type: HOMEPAGE
@@ -11,10 +13,12 @@ third_party {
type: GIT
value: "https://chromium.googlesource.com/breakpad/breakpad"
}
- version: "a2d3e8b"
- last_upgrade_date { year: 2020 month: 4 day: 19 }
- 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/"
+ version: "v2023.01.27"
license_type: RECIPROCAL
+ 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/"
+ last_upgrade_date {
+ year: 2023
+ month: 8
+ day: 10
+ }
}