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

Commit efec631b authored by Sara Ting's avatar Sara Ting Committed by Android (Google) Code Review
Browse files

Merge "Fix unbundled build of tests." into ics-ub-calendar-mr1

parents 84c7d432 7e38242a
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)