Update Android.bp by running cargo_embargo am: 423d15965d am: c86c3cdf0c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/oorandom/+/3208894
Change-Id: I33317ee8ba5e51af9c735f93108e8bca554266fe
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 82b2af7..4f9e6a7 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_oorandom_license"],
}
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
license {
name: "external_rust_crates_oorandom_license",
visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-MIT",
- ],
- license_text: [
- "LICENSE-MIT",
- ],
+ license_kinds: ["SPDX-license-identifier-MIT"],
+ license_text: ["LICENSE"],
}
rust_library {