aboutsummaryrefslogtreecommitdiff
path: root/README.ANDROID
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 /README.ANDROID
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 'README.ANDROID')
-rw-r--r--README.ANDROID5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.ANDROID b/README.ANDROID
index 386fba1b..f7eacdde 100644
--- a/README.ANDROID
+++ b/README.ANDROID
@@ -6,6 +6,7 @@ on Android, and later generate valid stack traces from the minidumps
it generates.
This release supports ARM, x86 and MIPS based Android systems.
+This release requires NDK release r10c or higher.
I. Building the client library:
===============================
@@ -36,8 +37,8 @@ NOTE: The client library requires a C++ STL implementation,
It has been tested succesfully with both STLport and GNU libstdc++
-II.1. Building with a standalone Android toolchain:
----------------------------------------------------
+I.2. Building with a standalone Android toolchain:
+--------------------------------------------------
All you need to do is configure your build with the right 'host'
value, and disable the processor and tools, as in: