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

Commit 0f6b2ec2 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Add explicit dep on ims-common"

parents d6ac86d6 3d12fcb2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -65,6 +65,11 @@ android_robolectric_test {
        "androidx.test.ext.junit",
    ],

    libs: [
        "ims-common",
        "telephony-common",
    ],

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

    instrumentation_for: "SettingsRoboTestStub",