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: I973bde5b73a9db4461b26fcfee1a41b09a6e1bdb
diff --git a/fuzz/hyphenator_fuzzer/Android.bp b/fuzz/hyphenator_fuzzer/Android.bp
index 0b69dc3..9af185d 100644
--- a/fuzz/hyphenator_fuzzer/Android.bp
+++ b/fuzz/hyphenator_fuzzer/Android.bp
@@ -17,6 +17,7 @@
  *****************************************************************************
  */
 package {
+    default_team: "trendy_team_java_core_libraries",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/fuzz/locale_fuzzer/Android.bp b/fuzz/locale_fuzzer/Android.bp
index 5367687..25d0583 100644
--- a/fuzz/locale_fuzzer/Android.bp
+++ b/fuzz/locale_fuzzer/Android.bp
@@ -17,10 +17,11 @@
  *****************************************************************************
  */
 package {
+    default_team: "trendy_team_java_core_libraries",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
- cc_fuzz {
+cc_fuzz {
     name: "locale_fuzzer",
     srcs: [
         "locale_fuzzer.cpp",
diff --git a/fuzz/measurement_fuzzer/Android.bp b/fuzz/measurement_fuzzer/Android.bp
index 133c172..288f42c 100644
--- a/fuzz/measurement_fuzzer/Android.bp
+++ b/fuzz/measurement_fuzzer/Android.bp
@@ -17,6 +17,7 @@
  *****************************************************************************
  */
 package {
+    default_team: "trendy_team_java_core_libraries",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/tests/perftests/Android.bp b/tests/perftests/Android.bp
index dcf5b98..46c41c6 100644
--- a/tests/perftests/Android.bp
+++ b/tests/perftests/Android.bp
@@ -15,6 +15,7 @@
 //
 
 package {
+    default_team: "trendy_team_java_core_libraries",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/tests/stresstest/Android.bp b/tests/stresstest/Android.bp
index d963a09..32b3a52 100644
--- a/tests/stresstest/Android.bp
+++ b/tests/stresstest/Android.bp
@@ -15,6 +15,7 @@
 // see how_to_run.txt for instructions on running these tests
 
 package {
+    default_team: "trendy_team_android_text",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
@@ -43,7 +44,7 @@
     ],
 
     srcs: [
-	"FontFamilyTest.cpp",
+        "FontFamilyTest.cpp",
         "MultithreadTest.cpp",
     ],
 
diff --git a/tests/unittest/Android.bp b/tests/unittest/Android.bp
index 9800416..2da1249 100644
--- a/tests/unittest/Android.bp
+++ b/tests/unittest/Android.bp
@@ -15,6 +15,7 @@
 // see how_to_run.txt for instructions on running these tests
 
 package {
+    default_team: "trendy_team_java_core_libraries",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }