diff options
| author | Jesse Towner <jwtowner@users.noreply.github.com> | 2021-03-29 10:12:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 10:12:06 -0700 |
| commit | 170e44d327489442e3b9671c72f06540db6aff4b (patch) | |
| tree | d57996cd6afd16571981ea6410fbbb8a977d6aac /versions | |
| parent | cda58bef39757452778a4c81470623a29905a0cb (diff) | |
| download | vcpkg-170e44d327489442e3b9671c72f06540db6aff4b.tar.gz vcpkg-170e44d327489442e3b9671c72f06540db6aff4b.zip | |
[breakpad] add support for Android triplets (#16401)
* [breakpad] add support for Android triplets
This changes vcpkg's custom CMakeLists.txt file for Breakpad so
that it correctly builds libbreakpad_client for Android. It
follows the same source file layout for Android as seen in the
./android/google_breakpad/Android.mk make file.
* [breakpad] update control file
* [breakpad] update versions
* [breakpad] fix for unordered_map in MSVC++ STL and libstdc++
* [breakpad] update versions
* [breakpad] fix to install libbreakpad on non-Android platforms
* [breakpad] update versions
* [breakpad] Read sources list from Android.mk
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/b-/breakpad.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/b-/breakpad.json b/versions/b-/breakpad.json index 89a5a9d82..59cc406df 100644 --- a/versions/b-/breakpad.json +++ b/versions/b-/breakpad.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "724ca1cc38bbb2414d1efe91f8a95353235ede58", + "version-string": "2020-09-14", + "port-version": 2 + }, + { "git-tree": "e266c29cb65ac51e96422f0788dae07529f1f493", "version-string": "2020-09-14", "port-version": 1 diff --git a/versions/baseline.json b/versions/baseline.json index bdc051ef7..79a7494ae 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1006,7 +1006,7 @@ }, "breakpad": { "baseline": "2020-09-14", - "port-version": 1 + "port-version": 2 }, "brigand": { "baseline": "1.3.0", |
