Loading tests/testables/Android.mk +1 −2 Original line number Diff line number Diff line Loading @@ -25,10 +25,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src) LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-test \ mockito-target-minus-junit4 \ legacy-android-test LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_JAVA_LIBRARIES := android.test.runner mockito-target-minus-junit4 include $(BUILD_STATIC_JAVA_LIBRARY) Loading Loading
tests/testables/Android.mk +1 −2 Original line number Diff line number Diff line Loading @@ -25,10 +25,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src) LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-test \ mockito-target-minus-junit4 \ legacy-android-test LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_JAVA_LIBRARIES := android.test.runner mockito-target-minus-junit4 include $(BUILD_STATIC_JAVA_LIBRARY) Loading