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: I96a4e61ca43c835de84430fb04c8c56aa7d8fe5b
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index cceb0ca..e1769ae 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -14,6 +14,7 @@
 
 // Car Notifications Robolectric test target.
 package {
+    default_team: "trendy_team_system_experience",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 6baec77..161199a 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -14,6 +14,7 @@
 //
 
 package {
+    default_team: "trendy_team_system_experience",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }