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: Ie36b2a3245d9901323affcc5e51dafbb87af9248
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp
index 75e607c..82bca21 100644
--- a/benchmarks/Android.bp
+++ b/benchmarks/Android.bp
@@ -15,6 +15,7 @@
 //
 
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_benchmarks_license"],
 }
 
diff --git a/benchmarks/linker_relocation/Android.bp b/benchmarks/linker_relocation/Android.bp
index 5c8793b..59a0c1c 100644
--- a/benchmarks/linker_relocation/Android.bp
+++ b/benchmarks/linker_relocation/Android.bp
@@ -25,6 +25,7 @@
 // SUCH DAMAGE.
 
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_benchmarks_license"],
 }
 
diff --git a/benchmarks/spawn/Android.bp b/benchmarks/spawn/Android.bp
index 61e7bf6..de9b161 100644
--- a/benchmarks/spawn/Android.bp
+++ b/benchmarks/spawn/Android.bp
@@ -27,6 +27,7 @@
 //
 
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_benchmarks_license"],
 }
 
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp
index 83e4aa8..3828c28 100644
--- a/libc/malloc_debug/Android.bp
+++ b/libc/malloc_debug/Android.bp
@@ -3,6 +3,7 @@
 // ==============================================================
 // Used by libmemunreachable
 package {
+    default_team: "trendy_team_native_tools_libraries",
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
     // all of the 'license_kinds' from "bionic_libc_license"
diff --git a/libc/malloc_hooks/Android.bp b/libc/malloc_hooks/Android.bp
index f5b3848..3f0640b 100644
--- a/libc/malloc_hooks/Android.bp
+++ b/libc/malloc_hooks/Android.bp
@@ -2,6 +2,7 @@
 // libc_malloc_hooks.so
 // ==============================================================
 package {
+    default_team: "trendy_team_native_tools_libraries",
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
     // all of the 'license_kinds' from "bionic_libc_license"
diff --git a/libc/system_properties/Android.bp b/libc/system_properties/Android.bp
index a9bdeb5..d45a2e3 100644
--- a/libc/system_properties/Android.bp
+++ b/libc/system_properties/Android.bp
@@ -1,4 +1,5 @@
 package {
+    default_team: "trendy_team_native_tools_libraries",
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
     // all of the 'license_kinds' from "bionic_libc_license"
diff --git a/libfdtrack/Android.bp b/libfdtrack/Android.bp
index 7539052..c19d8b2 100644
--- a/libfdtrack/Android.bp
+++ b/libfdtrack/Android.bp
@@ -1,4 +1,5 @@
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_libfdtrack_license"],
 }
 
diff --git a/linker/Android.bp b/linker/Android.bp
index 32305c8..4aadc2e 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -10,6 +10,7 @@
 // each binary. There's a linker script that sets all of that up (generated by
 // extract_linker), and defines the extern symbols used in this file.
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_linker_license"],
 }
 
diff --git a/tests/Android.bp b/tests/Android.bp
index 960131b..058e33b 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -15,6 +15,7 @@
 //
 
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_tests_license"],
 }
 
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp
index 89e9b5d..039d1e1 100644
--- a/tests/libs/Android.bp
+++ b/tests/libs/Android.bp
@@ -15,6 +15,7 @@
 //
 
 package {
+    default_team: "trendy_team_native_tools_libraries",
     default_applicable_licenses: ["bionic_tests_license"],
 }