Add `default_team` to TvSystemUI/Android.bp

This will help with tracing owners of modules in Android.

FLAG: EXEMPT bp file change only
Change-Id: I1401df3f50e7a15f6e91839e25f9b5d8bc3ef30d
diff --git a/Android.bp b/Android.bp
index d338400..465f97d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@
 
 package {
     default_applicable_licenses: ["Android-Apache-2.0"],
+    default_team: "trendy_team_tv_os",
 }
 
 prebuilt_etc {
@@ -48,7 +49,7 @@
         "SystemUISharedLib",
         "SystemUI-shared-utils",
         "TvSystemUI-res",
-        "TwoPanelSettingsLib"
+        "TwoPanelSettingsLib",
     ],
     javacflags: ["-Adagger.fastInit=enabled"],
     manifest: "AndroidManifest.xml",
@@ -63,7 +64,7 @@
         "SystemUI_optimized_defaults",
     ],
     static_libs: [
-        "TvSystemUI-core"
+        "TvSystemUI-core",
     ],
     overrides: [
         "SystemUI",
@@ -84,6 +85,6 @@
     },
     required: [
         "privapp_whitelist_com.android.systemui",
-        "privapp_extension_com.android.systemui"
+        "privapp_extension_com.android.systemui",
     ],
 }