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

Commit ebf143cc authored by Anton Hansson's avatar Anton Hansson
Browse files

Bluetooth: don't depend on sdk module directly.

Just remove the dep, it doesn't appear to be needed. If it was needed, the
SDK should be depended on by specifying LOCAL_SDK_VERSION.

Bug: 77525052
Test: make BluetoothRoboTests RunBluetoothRoboTests
Change-Id: Icea2cbde4110c22247db86ca565a85809687d80e
Merged-In: Icea2cbde4110c22247db86ca565a85809687d80e
parent d30c9b03
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,8 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \

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

LOCAL_INSTRUMENTATION_FOR := Bluetooth
LOCAL_MODULE := BluetoothRoboTests