Merge "Avoid JUnit4 collision in android-support-test, mockito-target"
This commit is contained in:
@@ -30,7 +30,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
guava \
|
||||
littlemock \
|
||||
android-support-test \
|
||||
mockito-target \
|
||||
mockito-target-minus-junit4 \
|
||||
espresso-core \
|
||||
ub-uiautomator \
|
||||
platform-test-annotations
|
||||
|
||||
@@ -14,7 +14,7 @@ LOCAL_SRC_FILES += src/android/util/IRemoteMemoryIntArray.aidl
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
android-support-test \
|
||||
mockito-target
|
||||
mockito-target-minus-junit4
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
LOCAL_JAVA_LANGUAGE_VERSION := 1.8
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
mockito-target \
|
||||
mockito-target-minus-junit4 \
|
||||
android-support-test \
|
||||
android-ex-camera2
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
services.usage \
|
||||
guava \
|
||||
android-support-test \
|
||||
mockito-target \
|
||||
mockito-target-minus-junit4 \
|
||||
ShortcutManagerTestUtils
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner
|
||||
|
||||
@@ -20,6 +20,6 @@ LOCAL_PACKAGE_NAME := CameraTooTests
|
||||
LOCAL_INSTRUMENTATION_FOR := CameraToo
|
||||
LOCAL_SDK_VERSION := current
|
||||
LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target-minus-junit4
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
Reference in New Issue
Block a user