Fix make files for unbundled tree builds

Change-Id: I6522ad5422c69852d540119b9cbda281d87fde55
diff --git a/framesequence/Android.mk b/framesequence/Android.mk
index efce18d..cc2c16c 100644
--- a/framesequence/Android.mk
+++ b/framesequence/Android.mk
@@ -18,9 +18,9 @@
 include $(CLEAR_VARS)
 
 LOCAL_MODULE := android-common-framesequence
-#LOCAL_SDK_VERSION := 8
+LOCAL_SDK_VERSION := 8
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
 include $(BUILD_STATIC_JAVA_LIBRARY)
 
-include $(call all-makefiles-under, $(LOCAL_PATH))
\ No newline at end of file
+include $(call all-makefiles-under, $(LOCAL_PATH))