Update framework-base-testutils to use new mockito

Update framework-base-testutils to use
mockito-target-extended-minus-junit4 instead of
mockito-target-minus-junit4 to allow tests to take advantage of the new
static and final method mocking capabilities.

Bug: 187755981
Test: build
Change-Id: Ie0e4da02b7263cb6a89d91aeaa7230f3e932c4f2
This commit is contained in:
Quang Luong
2021-08-10 15:23:37 -07:00
parent 8146fbf684
commit da4cdc03df

View File

@@ -38,6 +38,6 @@ java_library {
"android.test.runner",
"android.test.base",
"android.test.mock",
"mockito-target-minus-junit4",
"mockito-target-extended-minus-junit4",
],
}