aboutsummaryrefslogtreecommitdiff
path: root/src/common/common.gyp
diff options
context:
space:
mode:
authorprimiano@chromium.org <primiano@chromium.org>2014-10-21 13:50:27 +0000
committerprimiano@chromium.org <primiano@chromium.org>2014-10-21 13:50:27 +0000
commitc1c257f4f609f6d4223b121b96d0eca2adcf3610 (patch)
tree199a5dc2624c29695796ebf4bf809d47e55f5e12 /src/common/common.gyp
parentRevert "Remove unecessary headers following NDK r10c update." (diff)
downloadbreakpad-c1c257f4f609f6d4223b121b96d0eca2adcf3610.tar.xz
Update breakpad to support Android NDK r10c
Prior to NDK r10c, Breakpad was privately backporting these system headers. This change is now unforking and removing those headers and using the ones from the NDK. Rationale: - They are finally available in the NDK, so there is no need to keep maintaining a fork (which was necessary up until recently to support arm64). - These forked headers, as they are today, are not compatible with the latest NDK (i.e. this change is required to roll NDK r10c). The forked ucontext.h, being removed by this CL, depends on some transitional features which are not compatible with the NDK release being targeted here. After this change, the NDK r10c is now required to build Breakpad on Android. Note that NDK releases are backwards compatible and contain all the previous API levels, so this change is NOT effectively enforcing to build against any particular Android SDK. Submitting this on behalf of fdegans@chromium.org BUG=chromium:358831 R=mark@chromium.org, primiano@chromium.org, rmcilroy@chromium.org git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1396 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/common.gyp')
-rw-r--r--src/common/common.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 47fadd8c..f01ede57 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -49,7 +49,6 @@
'android/include/stab.h',
'android/include/sys/procfs.h',
'android/include/sys/signal.h',
- 'android/include/sys/ucontext.h',
'android/include/sys/user.h',
'android/include/ucontext.h',
'android/testing/include/wchar.h',