Update Android.bp by running cargo_embargo

Test: ran cargo_embargo
Change-Id: Ib1419e6127d99bf9d8584f7598b7a9962826b7d3
diff --git a/Android.bp b/Android.bp
index 6755295..ce02b75 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,21 +1,16 @@
 // 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_applicable_licenses: ["external_rust_crates_configparser_license"],
+    default_team: "trendy_team_android_rust",
 }
 
 license {
     name: "external_rust_crates_configparser_license",
     visibility: [":__subpackages__"],
-    license_kinds: [
-        "SPDX-license-identifier-MIT",
-    ],
-    license_text: [
-        "LICENSE",
-    ],
+    license_kinds: ["SPDX-license-identifier-MIT"],
+    license_text: ["LICENSE"],
 }
 
 rust_library_host {