Update Android.bp by running cargo_embargo am: 51b159cda0

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/p9/+/3208874

Change-Id: I4e27860aac572f3c5121878095625700eb608b4b
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 1e88c17..ff68e35 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,22 +1,15 @@
 // This file is generated by cargo_embargo.
-// Do not modify this file after the first "rust_*" or "genrule" module
-// because the changes will be overridden on upgrade.
-// Content before the first "rust_*" or "genrule" module is preserved.
+// Do not modify this file because the changes will be overridden on upgrade.
 
 package {
-    default_team: "trendy_team_android_rust",
     default_applicable_licenses: ["external_rust_crates_p9_license"],
 }
 
 license {
     name: "external_rust_crates_p9_license",
     visibility: [":__subpackages__"],
-    license_kinds: [
-        "SPDX-license-identifier-BSD-3-Clause",
-    ],
-    license_text: [
-        "LICENSE",
-    ],
+    license_kinds: ["SPDX-license-identifier-BSD-3-Clause"],
+    license_text: ["LICENSE"],
 }
 
 rust_library {