Update Android.bp by running cargo_embargo am: be4aab33de

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

Change-Id: I43f18f0a18d458cc11862a37e58c7d03c25475d2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index a0aaa7b..806d1aa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,23 +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_applicable_licenses: ["external_rust_crates_libloading_license"],
 }
 
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
 license {
     name: "external_rust_crates_libloading_license",
     visibility: [":__subpackages__"],
-    license_kinds: [
-        "SPDX-license-identifier-ISC",
-    ],
-    license_text: [
-        "LICENSE",
-    ],
+    license_kinds: ["SPDX-license-identifier-ISC"],
+    license_text: ["LICENSE"],
 }
 
 rust_library {