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: I5db9f7fd9778a4990a41ab84e676069e8c917b81
diff --git a/Android.bp b/Android.bp
index 202d26f..6eda226 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
 package {
+    default_team: "trendy_team_android_rust",
     default_applicable_licenses: ["Android-Apache-2.0"],
 }
 
@@ -109,12 +110,18 @@
     source_stem: "bindings",
     header_libs: ["libcutils_headers"],
     bindgen_flags: [
-        "--allowlist-function", "android_get_control_socket",
-        "--allowlist-var", "AID_KEYSTORE",
-        "--allowlist-var", "AID_ROOT",
-        "--allowlist-var", "AID_SHELL",
-        "--allowlist-var", "AID_SYSTEM",
-        "--allowlist-var", "AID_USER_OFFSET",
+        "--allowlist-function",
+        "android_get_control_socket",
+        "--allowlist-var",
+        "AID_KEYSTORE",
+        "--allowlist-var",
+        "AID_ROOT",
+        "--allowlist-var",
+        "AID_SHELL",
+        "--allowlist-var",
+        "AID_SYSTEM",
+        "--allowlist-var",
+        "AID_USER_OFFSET",
     ],
     product_available: true,
     vendor_available: true,