diff options
author | Anton Hansson <hansson@google.com> | 2020-07-20 20:57:31 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-07-20 20:57:31 +0100 |
commit | 7e7fc7201e2833de94fe0de081d0ae6b83d681d1 (patch) | |
tree | 9c7965444951196d8ad626a5c15478e337ddc805 | |
parent | 6cddd8d6b707c5d7f013bad66789092a3621e41b (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
-rw-r--r-- | services/robotests/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/robotests/Android.bp b/services/robotests/Android.bp index 25ab5d36169e..1ae2aec90ba3 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", ], static_libs: [ |