Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(325)

Unified Diff: android/google_breakpad/Android.mk

Issue 633002: Fix the Android/MIPS build. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.ANDROID ('k') | android/run-checks.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/google_breakpad/Android.mk
===================================================================
--- android/google_breakpad/Android.mk (revision 1215)
+++ android/google_breakpad/Android.mk (working copy)
@@ -45,11 +45,6 @@
# to select one in your Application.mk
#
-# Sanity check. We can only build for ARM for now.
-ifneq (,$(filter-out armeabi armeabi-v7a x86,$(TARGET_ARCH_ABI)))
-$(error Sorry, Google Breakpad only works on Android ARM and x86 for now!)
-endif
-
# The top Google Breakpad directory.
# We assume this Android.mk to be under 'android/google_breakpad'
@@ -85,7 +80,8 @@
src/client/minidump_file_writer.cc \
src/common/android/breakpad_getcontext.S \
src/common/convert_UTF.c \
- src/common/md5.cc src/common/string_conversion.cc \
+ src/common/md5.cc \
+ src/common/string_conversion.cc \
src/common/linux/elfutils.cc \
src/common/linux/file_id.cc \
src/common/linux/guid_creator.cc \
« no previous file with comments | « README.ANDROID ('k') | android/run-checks.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted