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 /ports/breakpad/CONTROL | |
| 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 'ports/breakpad/CONTROL')
| -rw-r--r-- | ports/breakpad/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/breakpad/CONTROL b/ports/breakpad/CONTROL index 110b225b0..6852c08a3 100644 --- a/ports/breakpad/CONTROL +++ b/ports/breakpad/CONTROL @@ -1,6 +1,6 @@ Source: breakpad
-Version: 2020-09-14 -Port-Version: 1 +Version: 2020-09-14
+Port-Version: 2
Build-Depends: libdisasm
Homepage: https://github.com/google/breakpad
Description: a set of client and server components which implement a crash-reporting system.
|
