summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-15 10:08:10 -0800
committerandroid code review <noreply-gerritcodereview@google.com>2012-02-15 10:08:11 -0800
commit28304159f2fea1f702929883c634e52755d6e74b (patch)
tree42c2f1e6d349f1293beffeb56977613f22fb2805
parent6df134250feab71edb5915ecaa6268210bca76c5 (diff)
parent9b83edbed125c12aa869016304cc0a4ccb9ae521 (diff)
downloadexpat-28304159f2fea1f702929883c634e52755d6e74b.tar.gz
Merge "[MIPS] Remove reference to NDK libs"android-sdk-adt_r20tools_r20ics-plus-aosp
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d8139419..faef5bc2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -45,7 +45,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# Device static library
include $(CLEAR_VARS)
-ifneq ($(TARGET_ARCH),x86)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
endif
@@ -62,7 +62,7 @@ include $(BUILD_STATIC_LIBRARY)
# Device shared library
include $(CLEAR_VARS)
-ifneq ($(TARGET_ARCH),x86)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
endif