Merge "Add explicit dep on ims-common"
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 3e7aa47..0ff9593 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -65,6 +65,11 @@
         "androidx.test.ext.junit",
     ],
 
+    libs: [
+        "ims-common",
+        "telephony-common",
+    ],
+
     java_resource_dirs: ["config", "resources"],
 
     instrumentation_for: "SettingsRoboTestStub",