Merge "[MIPS] Remove reference to NDK"
diff --git a/native/Android.mk b/native/Android.mk
index cf1da4a..24c0037 100644
--- a/native/Android.mk
+++ b/native/Android.mk
@@ -28,6 +28,10 @@
     TARGETING_UNBUNDLED_FROYO := false
 endif
 
+ifeq ($(TARGET_ARCH),mips)
+    TARGETING_UNBUNDLED_FROYO := false
+endif
+
 ifeq ($(FLAG_DBG), true)
     TARGETING_UNBUNDLED_FROYO := false
 endif