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

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

Add explicit dep on ims-common

android_robolectric_test is having some implicit deps removed
from it, so add in what we depend on directly.

Bug: 157451444
Test: m RunSettingsRoboTests
Change-Id: Ic663e206a0e2e780be2f27b5d539c274d4eef245
parent f876f3d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ android_robolectric_test {
        "androidx.test.ext.junit",
    ],

    libs: [
        "ims-common",
    ],

    java_resource_dirs: ["config", "resources"],

    instrumentation_for: "SettingsRoboTestStub",