Use XmlUtils from internal.util instead of the telephony copy

Bug: 137202333
Test: make
Change-Id: I831f5211388c6a7627551c71d966d2b9c50cc131
diff --git a/Android.bp b/Android.bp
index 0524eaf..c7ecd27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,15 +1,9 @@
-filegroup {
-    name: "jarjar-rules",
-    srcs: ["jarjar-rules.txt"],
-}
-
 android_app {
     name: "TelephonyProvider",
     privileged: true,
     srcs: ["src/**/*.java", "proto/**/*.proto"],
-    jarjar_rules: ":jarjar-rules",
     platform_apis: true,
     certificate: "platform",
     libs: ["telephony-common"],
     static_libs: ["android-common", "telephonyprovider-protos"],
-}
\ No newline at end of file
+}