aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2018-10-12 17:45:17 +0100
committerTobias Thierer <tobiast@google.com>2018-10-12 18:26:39 +0100
commit7f80b264f28f39c9ef7d1ebe245df18ff4a75990 (patch)
treedaa4b7553a37b8695a79309768985f13845302e2
parentaca265722281fe082995a71fd35401f766afac3e (diff)
downloadTV-7f80b264f28f39c9ef7d1ebe245df18ff4a75990.tar.gz
Update robolectric dependency to v3.6.2.
This is required for support of v53 .class files. Test: The following tests pass both before and after this CL: make RunFrameworksServicesRoboTests RunBluetoothRoboTests \ RunCarMessengerRoboTests RunKeyChainRoboTests \ RunManagedProvisioningRoboTests Test: The above tests also pass when EXPERIMENTAL_USE_OPENJDK9=true (they didn't pass with v3.6.1). Test: The following tests fail both before and after this CL (error trying to mock a final class): make RunStorageManagerRoboTests RunEmergencyInfoRoboTests Bug: 116872534 Change-Id: I16a7bc39bf77d3e029acee945bcf4ab4f6e4e1ca
-rw-r--r--tests/common/Android.mk2
-rw-r--r--tuner/tests/testing/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/Android.mk b/tests/common/Android.mk
index 2e80aa2b..3ab16c02 100644
--- a/tests/common/Android.mk
+++ b/tests/common/Android.mk
@@ -11,7 +11,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
guava \
mockito-target \
- platform-robolectric-3.6.1-prebuilt \
+ platform-robolectric-3.6.2-prebuilt \
truth-0-36-prebuilt-jar \
ub-uiautomator \
diff --git a/tuner/tests/testing/Android.mk b/tuner/tests/testing/Android.mk
index 0d71b739..c0d5dda9 100644
--- a/tuner/tests/testing/Android.mk
+++ b/tuner/tests/testing/Android.mk
@@ -11,7 +11,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
guava \
mockito-target \
- platform-robolectric-3.6.1-prebuilt \
+ platform-robolectric-3.6.2-prebuilt \
truth-0-36-prebuilt-jar \
ub-uiautomator \