Migrate TelephonyManagerShimImpl to new CPCallback interface

CarrierPrivilegesListener is renamed to CarrierPrivilegesCallback,
with new API introduced to support carrier service change and
better API surface.

This CL introduces minimum change to remove dependency on the deprecated
interface. A follow up CL will refactor thoroughly with the new
carrier service change API.

Bug: 216549778
Test: make
Change-Id: I20de036e0ccff45013d2c54213c129d1a013efe0
diff --git a/Android.bp b/Android.bp
index 6ddab41..99e1ddc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -165,6 +165,9 @@
     srcs: [
         "apishim/33/**/*.java",
     ],
+    static_libs: [
+        "net-utils-framework-common",
+    ],
     libs: [
         "NetworkStackShimsCommon",
         "NetworkStackApi29Shims",