commit | 4cad58ef8e2fc58576b4f3b00a19fa508d139536 | [log] [tgz] |
---|---|---|
author | Ying Wang <[email protected]> | Tue Aug 14 10:32:21 2012 -0700 |
committer | Ying Wang <[email protected]> | Tue Aug 14 12:01:30 2012 -0700 |
tree | 5a1c9fc9626d2f25ee98d5b15efbc84f3b48be82 | |
parent | b600e602a2a0fed08855e69149a9dc6739d22186 [diff] |
Retire LOCAL_NDK_VERSION. Bug: 6932421 Change-Id: Ifbe4b057a82792e6238edb51db2dbec75f0678f3
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 @@ # 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 @@ # This doesn't work on non-ARM yet. ifeq ($(TARGET_ARCH), arm) - LOCAL_NDK_VERSION := 5 LOCAL_SDK_VERSION := 9 endif