summaryrefslogtreecommitdiffstats
path: root/framesequence/jni/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'framesequence/jni/Android.mk')
-rw-r--r--framesequence/jni/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/framesequence/jni/Android.mk b/framesequence/jni/Android.mk
index 7cc0af6..ee86fc1 100644
--- a/framesequence/jni/Android.mk
+++ b/framesequence/jni/Android.mk
@@ -19,9 +19,10 @@ include $(CLEAR_VARS)
## Main library
-LOCAL_SHARED_LIBRARIES += liblog libjnigraphics
LOCAL_STATIC_LIBRARIES += libgif
+LOCAL_LDFLAGS := -llog -ljnigraphics
+
LOCAL_C_INCLUDES := \
external/giflib
@@ -38,4 +39,6 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS += -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-overloaded-virtual
LOCAL_CFLAGS += -fvisibility=hidden
+LOCAL_SDK_VERSION := 8
+
include $(BUILD_SHARED_LIBRARY)