summaryrefslogtreecommitdiffstats
path: root/framesequence/Android.mk
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-01-08 15:15:19 -0800
committerJohn Reck <jreck@google.com>2014-01-08 15:17:32 -0800
commit0014f661f355008b0ada8ff9562673b69014d3f6 (patch)
tree3db65c1ae9a08e25a99010903eeddb158f1000ef /framesequence/Android.mk
parent052fc0abbfc7f339b2283ae6497febd6e03f0340 (diff)
downloadandroid_frameworks_ex-0014f661f355008b0ada8ff9562673b69014d3f6.tar.gz
android_frameworks_ex-0014f661f355008b0ada8ff9562673b69014d3f6.tar.bz2
android_frameworks_ex-0014f661f355008b0ada8ff9562673b69014d3f6.zip
Fix make files for unbundled tree builds
Change-Id: I6522ad5422c69852d540119b9cbda281d87fde55
Diffstat (limited to 'framesequence/Android.mk')
-rw-r--r--framesequence/Android.mk4
1 files changed, 2 insertions, 2 deletions
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 @@ LOCAL_PATH := $(call my-dir)
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))