Merge "Disable broken mips strace build."
diff --git a/Android.mk b/Android.mk
index 3381239..1ea676f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,6 +37,8 @@
 
 # -------------------------------------------------------------------------
 
+ifneq ($(strip $(TARGET_ARCH)),mips)
+
 include $(CLEAR_VARS)
 
 strace_version := $(shell grep strace $(LOCAL_PATH)/debian/changelog | \
@@ -360,3 +362,5 @@
 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
 
 include $(BUILD_EXECUTABLE)
+
+endif