summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-23 09:44:46 -0700
committerKeun young Park <keunyoung@google.com>2012-08-23 09:44:46 -0700
commit85ff0017174fec835e5b1e1e5b924f9aeee501e1 (patch)
treef218263769c00b4cc61dfabfd1cfbf77d682119c /jni
parentb7a30302207d2a16b72750d9acb01ebfaf7a5dca (diff)
downloadandroid_packages_apps_Gallery2-85ff0017174fec835e5b1e1e5b924f9aeee501e1.tar.gz
android_packages_apps_Gallery2-85ff0017174fec835e5b1e1e5b924f9aeee501e1.tar.bz2
android_packages_apps_Gallery2-85ff0017174fec835e5b1e1e5b924f9aeee501e1.zip
fix mips build
- LOCAL_SDK_VERSION should be defined always Change-Id: Icd1972279c76bd28e3caf9b44f1cea9b585836a1
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index cc1174bd2..099b9bacd 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -6,13 +6,7 @@ LOCAL_CFLAGS += -DEGL_EGLEXT_PROTOTYPES
LOCAL_SRC_FILES := jni_egl_fence.cpp
-ifeq ($(TARGET_ARCH), arm)
- LOCAL_SDK_VERSION := 9
-endif
-
-ifeq ($(TARGET_ARCH), x86)
- LOCAL_SDK_VERSION := 9
-endif
+LOCAL_SDK_VERSION := 9
LOCAL_LDFLAGS := -llog -lEGL