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

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

Add explicit dep on services.backup

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

Test: m RunFrameworksServicesRoboTests
Change-Id: Ice2abeb3f4d031cfe15ce919b750d6de59316c1f
Merged-In: Ice2abeb3f4d031cfe15ce919b750d6de59316c1f
parent 58095aa5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ android_robolectric_test {
    // Include the testing libraries
    libs: [
        "platform-test-annotations",
        "services.backup",
        "testng",
    ],