summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSara Ting <sarating@google.com>2012-08-02 12:40:59 -0700
committerSara Ting <sarating@google.com>2012-08-02 12:40:59 -0700
commit7e38242a2f0e6cfa3e447421fb5d6f49a9608ccc (patch)
tree8283aa9e41195df01e9f69cc2e19a53969fec670 /tests
parentfe3ed0116fda7e41493d939bf246e963e5abcce6 (diff)
downloadandroid_packages_apps_Calendar-7e38242a2f0e6cfa3e447421fb5d6f49a9608ccc.tar.gz
android_packages_apps_Calendar-7e38242a2f0e6cfa3e447421fb5d6f49a9608ccc.tar.bz2
android_packages_apps_Calendar-7e38242a2f0e6cfa3e447421fb5d6f49a9608ccc.zip
Fix unbundled build of tests.
Change-Id: I18247a51d4ab1d29df73246c5d3cfa6ac876d20e
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index d00b692a..78921ae2 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -6,7 +6,7 @@ LOCAL_EMMA_COVERAGE_FILTER := +com.android.calendar.*
# We only want this apk build for tests.
LOCAL_MODULE_TAGS := tests
-LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_STATIC_JAVA_LIBRARIES := android.test.runner
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
@@ -17,6 +17,6 @@ LOCAL_INSTRUMENTATION_FOR := Calendar
# unbundled
LOCAL_STATIC_JAVA_LIBRARIES := android-common
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 16
include $(BUILD_PACKAGE)