Add framework-telephony-stub as telephony cts dependency.

Bug: 140908357
Test: build
Change-Id: Iaa74492acea4cf593bc0fb37b47b87f239dc7aa4
diff --git a/tests/tests/telephony/current/Android.bp b/tests/tests/telephony/current/Android.bp
index aecae02..4b542bb 100644
--- a/tests/tests/telephony/current/Android.bp
+++ b/tests/tests/telephony/current/Android.bp
@@ -31,7 +31,8 @@
     libs: [
         "telephony-common",
         "android.test.runner.stubs",
-        "android.test.base.stubs"
+        "android.test.base.stubs",
+        "framework-telephony-stubs"
     ],
     // uncomment when EuiccService tests do not use hidden APIs (Binder instances)
     //sdk_version: "test_current",