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