Add "trendy_team_fwk_telephony" to Android.bp file for TeleServiceTests

Change-Id: I62778c75e600ecefbc90558b72b311fd0d2ead8d
Flag: EXEMPT default_team change
Test: presubmit
Fixes: 383515336
diff --git a/Android.bp b/Android.bp
index 2c41fb9..fb49da9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@
 // limitations under the License.
 
 package {
+    default_team: "trendy_team_fwk_telephony",
     // See: http://go/android-license-faq
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
@@ -90,10 +91,10 @@
 // Allow other applications to use public constants from SlicePurchaseController
 java_library {
     name: "SlicePurchaseController",
-    srcs: ["src/com/android/phone/slice/*.java",],
+    srcs: ["src/com/android/phone/slice/*.java"],
     libs: [
         "telephony-common",
-        "service-entitlement"
+        "service-entitlement",
     ],
 }
 
@@ -101,4 +102,3 @@
     name: "TeleService-platform-compat-config",
     src: ":TeleService",
 }
-