summaryrefslogtreecommitdiffstats
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
commit9bafd6c3e51fca4e8dffdee1466035d887bea7c9 (patch)
treeba529f82506b98d122ec6c5e68fcef5b5a439c42
parent143e8847e3b6e3783316d824f7e6b34e6b350f09 (diff)
downloadandroid_packages_apps_Snap-9bafd6c3e51fca4e8dffdee1466035d887bea7c9.tar.gz
android_packages_apps_Snap-9bafd6c3e51fca4e8dffdee1466035d887bea7c9.tar.bz2
android_packages_apps_Snap-9bafd6c3e51fca4e8dffdee1466035d887bea7c9.zip
Retire LOCAL_NDK_VERSION.
Bug: 6932421 Change-Id: I9e5e8fba22ac235701c002e27012bb3954896140
-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