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

Commit 92fdbc64 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Bluetooth: move to robolectric 3.5.1.

robolectric 3.5.1 with ASM 6 is required to run under
OpenJDK 9.

Test: m RunBluetoothRoboTests
Change-Id: Iee2863d563131897efb3a171fe42e02098e570ed
parent dda325dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \

LOCAL_JAVA_LIBRARIES := \
    junit \
    platform-robolectric-3.1.1-prebuilt \
    platform-robolectric-3.5.1-prebuilt \
    sdk_vcurrent

LOCAL_INSTRUMENTATION_FOR := Bluetooth
@@ -38,4 +38,4 @@ LOCAL_TEST_PACKAGE := Bluetooth

LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))../src

include prebuilts/misc/common/robolectric/3.1.1/run_robotests.mk
include prebuilts/misc/common/robolectric/3.5.1/run_robotests.mk