Fix make files for unbundled tree builds

Change-Id: I6522ad5422c69852d540119b9cbda281d87fde55
(cherry picked from commit 0014f661f355008b0ada8ff9562673b69014d3f6)
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 @@
 
 ## 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_CFLAGS += -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-overloaded-virtual
 LOCAL_CFLAGS += -fvisibility=hidden
 
+LOCAL_SDK_VERSION := 8
+
 include $(BUILD_SHARED_LIBRARY)