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

Commit cf29ee30 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Add explicit dep on ims-common am: d3c9df3e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12194164

Change-Id: I3e0b30e399e85cf29128062dbbe9abfb843d5f63
parents 442a99be d3c9df3e
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",