Change telephony-common reference from static_libs to libs

Test: atest TelephonyManagerReadNonDangerousPermissionTest
Bug: 254564037
Change-Id: Ic0887e5ed7d934b81a19296473630a97572c2b24
diff --git a/Android.bp b/Android.bp
index 5b8af0a..0a7ccdc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,7 +83,7 @@
 java_library {
     name: "SliceStore",
     srcs: ["src/com/android/phone/slicestore/SliceStore.java",],
-    static_libs: ["telephony-common"],
+    libs: ["telephony-common"],
 }
 
 platform_compat_config {