summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-14 10:32:21 -0700
committerYing Wang <wangying@google.com>2012-08-14 12:01:30 -0700
commit4cad58ef8e2fc58576b4f3b00a19fa508d139536 (patch)
tree5a1c9fc9626d2f25ee98d5b15efbc84f3b48be82
parentb600e602a2a0fed08855e69149a9dc6739d22186 (diff)
downloadgdk-jb-mr1.1-release.tar.gz
Bug: 6932421 Change-Id: Ifbe4b057a82792e6238edb51db2dbec75f0678f3
-rw-r--r--samples/PhotoEditor/jni/Android-portable.mk1
-rw-r--r--samples/PhotoEditor/jni/Android.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/PhotoEditor/jni/Android-portable.mk b/samples/PhotoEditor/jni/Android-portable.mk
index 2a83f8a..4b3d4be 100644
--- a/samples/PhotoEditor/jni/Android-portable.mk
+++ b/samples/PhotoEditor/jni/Android-portable.mk
@@ -36,7 +36,6 @@ LOCAL_SRC_FILES := _jni.cpp \
# This doesn't work on non-ARM yet.
ifeq ($(TARGET_ARCH), arm)
- LOCAL_NDK_VERSION := 5
LOCAL_SDK_VERSION := 9
endif
diff --git a/samples/PhotoEditor/jni/Android.mk b/samples/PhotoEditor/jni/Android.mk
index e1db8b8..4df4c5b 100644
--- a/samples/PhotoEditor/jni/Android.mk
+++ b/samples/PhotoEditor/jni/Android.mk
@@ -36,7 +36,6 @@ LOCAL_SRC_FILES := _jni.cpp \
# This doesn't work on non-ARM yet.
ifeq ($(TARGET_ARCH), arm)
- LOCAL_NDK_VERSION := 5
LOCAL_SDK_VERSION := 9
endif