aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-14 07:55:48 -0800
committerandroid code review <noreply-gerritcodereview@google.com>2012-02-14 07:55:49 -0800
commitefcb3b95dff5494660bf34930cda10545d043297 (patch)
tree8116a9159d8e4a9b05db36235876426daea52b9c
parent9a84071b36b71c9cf2b454b45308f6c1e22c0c26 (diff)
parentb093cc48249e0ba9680172b8dd4a783bf6969d93 (diff)
downloadlatinime-efcb3b95dff5494660bf34930cda10545d043297.tar.gz
latinime-efcb3b95dff5494660bf34930cda10545d043297.tar.xz
latinime-efcb3b95dff5494660bf34930cda10545d043297.zip
Merge "[MIPS] Remove reference to NDK"
-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