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: I6252960a39589b5e400acecea6745d847813b129
diff --git a/Android.bp b/Android.bp
index 409db5d..44ad1ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
 // Copyright 2006 The Android Open Source Project
 
 package {
+    default_team: "trendy_team_android_kernel",
     default_applicable_licenses: ["hardware_libhardware_legacy_license"],
 }
 
@@ -49,8 +50,8 @@
         enabled: true,
     },
     apex_available: [
-       "//apex_available:platform",
-       "com.android.uwb",
+        "//apex_available:platform",
+        "com.android.uwb",
     ],
     min_sdk_version: "Tiramisu",
 }