Merge "Don't include mockito in frameworks-base-testutils"

This commit is contained in:
Treehugger Robot
2017-12-20 18:55:14 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
frameworks-base-testutils
frameworks-base-testutils \
mockito-target-minus-junit4
LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_PACKAGE_NAME := FrameworksCorePackageManagerTests

View File

@@ -25,9 +25,10 @@ LOCAL_SRC_FILES := $(call all-java-files-under,java)
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
legacy-android-test \
legacy-android-test
LOCAL_JAVA_LIBRARIES := \
android.test.runner \
mockito-target-minus-junit4
LOCAL_JAVA_LIBRARIES := android.test.runner
include $(BUILD_STATIC_JAVA_LIBRARY)