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

Commit d059031c authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "Avoid JUnit4 collision in android-support-test, mockito-target"

parents a1dea123 01c560f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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)