aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--native/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/native/Android.mk b/native/Android.mk
index cf1da4a41..24c0037c9 100644
--- a/native/Android.mk
+++ b/native/Android.mk
@@ -28,6 +28,10 @@ ifeq ($(TARGET_ARCH), x86)
TARGETING_UNBUNDLED_FROYO := false
endif
+ifeq ($(TARGET_ARCH),mips)
+ TARGETING_UNBUNDLED_FROYO := false
+endif
+
ifeq ($(FLAG_DBG), true)
TARGETING_UNBUNDLED_FROYO := false
endif