summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-14 10:21:35 -0700
committerYing Wang <wangying@google.com>2012-08-14 10:21:35 -0700
commit78857ee76f5c9309f5296c8d1bac3f16de00c7f4 (patch)
tree141391fd43eb500c1db880cfba7f462c8a4f7f96
parent6da715d5f9dcbf01d3675e015e7d752a58c696d5 (diff)
downloadexpat-78857ee76f5c9309f5296c8d1bac3f16de00c7f4.tar.gz
Retire LOCAL_NDK_VERSION.
Bug: 6932421 Change-Id: I77f71dc7bdfc8ab539be95ee23d9e24c0a298711
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index e62a0692..cb4f6d7c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -62,7 +62,6 @@ include $(BUILD_HOST_SHARED_LIBRARY)
include $(CLEAR_VARS)
ifeq ($(TARGET_ARCH),arm)
-LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
endif
@@ -79,7 +78,6 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
ifeq ($(TARGET_ARCH),arm)
-LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
endif