summaryrefslogtreecommitdiff
path: root/services/robotests
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-07-22 15:38:10 +0100
committerAnton Hansson <hansson@google.com>2020-07-22 15:38:33 +0100
commitb2fb9636b9b1480dfc7640608fb2514fa22c9a80 (patch)
tree7e4d60fd2c83882129a67defba7f6bdeb8d099ad /services/robotests
parent58095aa504fe17f2d6ae6b5e373e036dda76d036 (diff)
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
Diffstat (limited to 'services/robotests')
-rw-r--r--services/robotests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/robotests/Android.bp b/services/robotests/Android.bp
index 17d0bbfad171..566e61e1a14f 100644
--- a/services/robotests/Android.bp
+++ b/services/robotests/Android.bp
@@ -43,6 +43,7 @@ android_robolectric_test {
// Include the testing libraries
libs: [
"platform-test-annotations",
+ "services.backup",
"testng",
],