From 5bce3b4d7728c7b7b03d6407575051e069355a8f Mon Sep 17 00:00:00 2001 From: "digit@chromium.org" Date: Wed, 25 Sep 2013 13:47:44 +0000 Subject: Fix the Android/MIPS build. This patch fixes the build for Android on MIPS when using the latest official Android NDK (r9): - Update src/common/android/include/elf.h to add a missing definition for SHT_MIPS_DWARF. - Add src/common/android/include/sgidefs.h required by LSS when compiling for MIPS. - Update android/run-checks.sh to work properly with the --abi=mips option. All tests were passed succesfully with an emulator system image running Android 4.2. - Update other Android-specific files. R=Petar.Jovanovic@imgtec.com, mark@chromium.org Review URL: https://breakpad.appspot.com/633002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1216 4c0a9323-5329-0410-9bdc-e9ce6186880e --- README.ANDROID | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.ANDROID') diff --git a/README.ANDROID b/README.ANDROID index 5814db45..386fba1b 100644 --- a/README.ANDROID +++ b/README.ANDROID @@ -5,8 +5,7 @@ This document explains how to use the Google Breakpad client library on Android, and later generate valid stack traces from the minidumps it generates. -This release supports ARM and x86 based Android systems. MIPS is not -currently supported by Breakpad. +This release supports ARM, x86 and MIPS based Android systems. I. Building the client library: =============================== -- cgit v1.2.1