From 4abf17067adf9fdf826d9943a02110e5524f3df1 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 16 Apr 2013 03:23:29 +0000 Subject: Roll DEPS for Breakpad r1139:1146. r1146: Fix build on Android - add a missing NT_GNU_BUILD_ID define. r1145: Remove auto_ptr usage in Breakpad. r1144: Turn off verbose logging but keep logic for future reference for debug logging. r1143: Try to find a build-id through PT_NOTE program headers r1142: Support generic Elf notes, with unit tests r1141: Refactor BasicElf synth_elf unitest r1140: These are prerequisites needed for a wider effort inside Google to enable structured logging. This is basically wrapping std::ostream within a new type. No functional differences from this change are expected. Review URL: https://codereview.chromium.org/13820025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194283 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'breakpad') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index e825b38..8a6ba14 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -615,6 +615,16 @@ '..', 'src', ], + 'conditions': [ + ['OS=="android"', { + 'libraries': [ + '-llog', + ], + 'include_dirs': [ + 'src/common/android/include', + ], + }], + ], }, { 'target_name': 'minidump-2-core', -- cgit v1.1