aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ffa7606..2ba308e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,8 +16,10 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := calendar-common
-LOCAL_SDK_VERSION := current
+
+LOCAL_SDK_VERSION := 15
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
include $(BUILD_STATIC_JAVA_LIBRARY)
# Build the test package