Migrate Test Targets to New Android Ownership Model

This CL is created as a best effort to migrate test targets to the new Android ownership model.
It is based on historical data from repository history and insights from git blame.
Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary
attribution in this CL, please create a new CL to fix that.

For detailed guidelines and further information on the migration please refer to the link below,
go/new-android-ownership-model

Bug: 304529413
Test: N/A
Change-Id: I27ca8efbaec70ab64d81acf20cadd869b483f0da
diff --git a/build/tests/Android.bp b/build/tests/Android.bp
index fbd24b8..4e4f70f 100644
--- a/build/tests/Android.bp
+++ b/build/tests/Android.bp
@@ -15,6 +15,7 @@
 //
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/javatests/Android.bp b/javatests/Android.bp
index 0e7ec03..c17641e 100644
--- a/javatests/Android.bp
+++ b/javatests/Android.bp
@@ -14,6 +14,7 @@
 // limitations under the License.
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/javatests/com/android/internal/annotations/Android.bp b/javatests/com/android/internal/annotations/Android.bp
index c893d82..836f822 100644
--- a/javatests/com/android/internal/annotations/Android.bp
+++ b/javatests/com/android/internal/annotations/Android.bp
@@ -14,6 +14,7 @@
 // limitations under the License.
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/javatests/com/android/modules/utils/build/Android.bp b/javatests/com/android/modules/utils/build/Android.bp
index 06ceb34..f1d8025 100644
--- a/javatests/com/android/modules/utils/build/Android.bp
+++ b/javatests/com/android/modules/utils/build/Android.bp
@@ -14,6 +14,7 @@
 // limitations under the License.
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/javatests/com/android/modules/utils/testing/Android.bp b/javatests/com/android/modules/utils/testing/Android.bp
index 5da571b..c5e5969 100644
--- a/javatests/com/android/modules/utils/testing/Android.bp
+++ b/javatests/com/android/modules/utils/testing/Android.bp
@@ -14,6 +14,7 @@
 // limitations under the License.
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }