aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-02-26 17:21:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-26 17:21:26 +0000
commit7d5a0a9ef760c82af5da8e65e0d3cb9d3ab18735 (patch)
tree90f66e2ac2376074c9e13b5140c9ce9c0d46b195
parent3f01563afad6b3d2f0546a6260ef958a8173deb6 (diff)
parent03dbebcdc8c9dfe18b51fe129ca03c846b3a6ff7 (diff)
downloadcalendar-7d5a0a9ef760c82af5da8e65e0d3cb9d3ab18735.tar.gz
Merge "frameworks/opt/calendar: Set LOCAL_SDK_VERSION where possible."
am: 03dbebcdc8 Change-Id: I10185d7b82588ff5fdcc916dacb3a20abfa9615a
-rw-r--r--tests/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 7a288ac..d766463 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -17,8 +17,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_PACKAGE_NAME := CalendarCommonTests
+LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_JAVA_LIBRARIES := android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := calendar-common junit legacy-android-test
+LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
+LOCAL_STATIC_JAVA_LIBRARIES := calendar-common junit
include $(BUILD_PACKAGE)