aboutsummaryrefslogtreecommitdiff
path: root/android/google_breakpad
diff options
context:
space:
mode:
Diffstat (limited to 'android/google_breakpad')
-rw-r--r--android/google_breakpad/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/google_breakpad/Android.mk b/android/google_breakpad/Android.mk
index 81aeb114..00ea737e 100644
--- a/android/google_breakpad/Android.mk
+++ b/android/google_breakpad/Android.mk
@@ -46,8 +46,8 @@
#
# Sanity check. We can only build for ARM for now.
-ifneq (,$(filter-out armeabi armeabi-v7a,$(TARGET_ARCH_ABI)))
-$(error Sorry, Google Breakpad only works on Android 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.