summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-14 10:33:44 -0700
committerYing Wang <wangying@google.com>2012-08-14 10:33:44 -0700
commit5a2a2d22e4ce4e5a02857436f43d8f624b7c1d46 (patch)
tree881e9da58336f1698cd34d4587ced0b26d5f874f /jni
parentd0af76e010fd959b1e97ef8e3a9e96dd50343db7 (diff)
downloadandroid_packages_apps_Snap-5a2a2d22e4ce4e5a02857436f43d8f624b7c1d46.tar.gz
android_packages_apps_Snap-5a2a2d22e4ce4e5a02857436f43d8f624b7c1d46.tar.bz2
android_packages_apps_Snap-5a2a2d22e4ce4e5a02857436f43d8f624b7c1d46.zip
Retire LOCAL_NDK_VERSION.
Bug: 6932421 Change-Id: I9e5e8fba22ac235701c002e27012bb3954896140
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 593074f6f..cc1174bd2 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -7,12 +7,10 @@ LOCAL_CFLAGS += -DEGL_EGLEXT_PROTOTYPES
LOCAL_SRC_FILES := jni_egl_fence.cpp
ifeq ($(TARGET_ARCH), arm)
- LOCAL_NDK_VERSION := 5
LOCAL_SDK_VERSION := 9
endif
ifeq ($(TARGET_ARCH), x86)
- LOCAL_NDK_VERSION := 6
LOCAL_SDK_VERSION := 9
endif