Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee7b412c authored by Tobias Thierer's avatar Tobias Thierer
Browse files

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: I903a3448af1c0be55cc4af098521b3ba422c5579
parent 18f9a2c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \


LOCAL_JAVA_LIBRARIES := \
LOCAL_JAVA_LIBRARIES := \
    junit \
    junit \
    platform-robolectric-3.6.1-prebuilt
    platform-robolectric-3.6.2-prebuilt


LOCAL_INSTRUMENTATION_FOR := FrameworksServicesLib
LOCAL_INSTRUMENTATION_FOR := FrameworksServicesLib
LOCAL_MODULE := FrameworksServicesRoboTests
LOCAL_MODULE := FrameworksServicesRoboTests
@@ -105,4 +105,4 @@ LOCAL_TEST_PACKAGE := FrameworksServicesLib


LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))backup/java
LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))backup/java


include prebuilts/misc/common/robolectric/3.6.1/run_robotests.mk
include prebuilts/misc/common/robolectric/3.6.2/run_robotests.mk