[DON'T BLOCK] Test ownership migration rules

This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.

For more details please refer to the link below,
<add g3 doc link>

Bug: 304529413
Test: N/A
Ignore-AOSP-First: The migration was already run for aosp and these files don't exist in aosp - https://android-review.git.corp.google.com/c/platform/packages/modules/common/+/2965104
Change-Id: I7713999ec2238b136c05bf24bb496ef428752e91
diff --git a/tools/Android.bp b/tools/Android.bp
index da9985d..8352244 100644
--- a/tools/Android.bp
+++ b/tools/Android.bp
@@ -15,6 +15,7 @@
  */
 
 package {
+    default_team: "trendy_team_mainline_modularization",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
@@ -43,13 +44,13 @@
 
 genrule {
     name: "cur_sdkinfo_src",
-    tools: [ "gen_sdkinfo" ],
+    tools: ["gen_sdkinfo"],
     out: ["sdkinfo.pb"],
     product_variables: {
         platform_sdk_extension_version: {
             cmd: "$(location) -v %d -o $(out)",
-        }
-    }
+        },
+    },
 }
 
 prebuilt_etc {