summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2011-11-17 18:34:39 -0800
committerRaghu Gandham <raghu@mips.com>2012-08-13 09:40:13 -0700
commitbdcb2b30e33ad38947eb695efa7ec366c1eb1b40 (patch)
treebe1666e07d216bb385b31438afb34c9dce1722d4
parent386ce4d9144fc190797f4e43a31aeaf76ca2e373 (diff)
downloadsrtp-bdcb2b30e33ad38947eb695efa7ec366c1eb1b40.tar.gz
[MIPS] Use NDK libs for ARM builds only
Signed-off-by: Chris Dearman <chris@mips.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 52fea87..97a4845 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,7 +43,7 @@ common_C_INCLUDES = $(LOCAL_PATH)/include
include $(CLEAR_VARS)
-ifneq ($(TARGET_ARCH),x86)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_NDK_VERSION := 5
LOCAL_SDK_VERSION := 9
endif