From d3c9df3e7ec71b8bb7b5848d57290ed7a7ff1207 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 21 Jul 2020 10:10:26 +0100 Subject: [PATCH] Add explicit dep on ims-common android_robolectric_test is having some implicit deps removed from it, so add in what we depend on directly. Bug: 157451444 Test: m RunSettingsRoboTests Change-Id: Ic663e206a0e2e780be2f27b5d539c274d4eef245 --- tests/robotests/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index efef10a0195..421b57654c2 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -68,6 +68,10 @@ android_robolectric_test { "androidx.test.ext.junit", ], + libs: [ + "ims-common", + ], + java_resource_dirs: ["config", "resources"], instrumentation_for: "SettingsRoboTestStub",