summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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