From 7f80b264f28f39c9ef7d1ebe245df18ff4a75990 Mon Sep 17 00:00:00 2001 From: Tobias Thierer Date: Fri, 12 Oct 2018 17:45:17 +0100 Subject: 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 --- tests/common/Android.mk | 2 +- tuner/tests/testing/Android.mk | 2 +- 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 \ -- cgit v1.2.3