aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-14 12:39:12 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-14 12:39:12 -0800
commite97682739712440d1025c53cd224253ef24f4dfe (patch)
tree6b926ec646a5f258b9f12d0ea469c6b1a6405908
parent2577fca158ee8cd7162c3550b465cab73b0a7dbc (diff)
parentefcb3b95dff5494660bf34930cda10545d043297 (diff)
downloadlatinime-e97682739712440d1025c53cd224253ef24f4dfe.tar.gz
latinime-e97682739712440d1025c53cd224253ef24f4dfe.tar.xz
latinime-e97682739712440d1025c53cd224253ef24f4dfe.zip
am efcb3b95: Merge "[MIPS] Remove reference to NDK"
* commit 'efcb3b95dff5494660bf34930cda10545d043297': [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