aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhanu Chetlapalli <bhanu@mips.com>2012-01-31 12:08:27 -0800
committerBhanu Chetlapalli <bhanu@mips.com>2012-01-31 12:08:27 -0800
commitb093cc48249e0ba9680172b8dd4a783bf6969d93 (patch)
tree8116a9159d8e4a9b05db36235876426daea52b9c
parent9a84071b36b71c9cf2b454b45308f6c1e22c0c26 (diff)
downloadlatinime-b093cc48249e0ba9680172b8dd4a783bf6969d93.tar.gz
latinime-b093cc48249e0ba9680172b8dd4a783bf6969d93.tar.xz
latinime-b093cc48249e0ba9680172b8dd4a783bf6969d93.zip
[MIPS] Remove reference to NDK
Change-Id: I6137c4a93b29a8906abb5bd0f320dd3f37fdea08 Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
-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