Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e38242a authored by Sara Ting's avatar Sara Ting
Browse files

Fix unbundled build of tests.

Change-Id: I18247a51d4ab1d29df73246c5d3cfa6ac876d20e
parent fe3ed011
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)