Remove telephony-common dependency in ContactsProvider.

This was added in the past, but it appears not to be needed.

Bug: 139315538
Test: Compile, test blocked numbers provider (manual).
Change-Id: Id77dfb18a8036703bbaedcb0e4758c4599b48bd8
diff --git a/Android.bp b/Android.bp
index ff83b8f..d340304 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,8 +6,7 @@
         "src/com/android/providers/contacts/EventLogTags.logtags",
     ],
     libs: [
-        "ext",
-        "telephony-common",
+        "ext"
     ],
     static_libs: [
         "android-common",