commit | efcb3b95dff5494660bf34930cda10545d043297 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Feb 14 07:55:48 2012 -0800 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Feb 14 07:55:49 2012 -0800 |
tree | 8116a9159d8e4a9b05db36235876426daea52b9c | |
parent | 9a84071b36b71c9cf2b454b45308f6c1e22c0c26 [diff] | |
parent | b093cc48249e0ba9680172b8dd4a783bf6969d93 [diff] |
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