Update Android.bp by running cargo_embargo am: 2a677d6ec7
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/linkme-impl/+/3208744
Change-Id: Ic2cf9a04b1a4423d40aa16fdead4d8a795d7a736
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index bb0dc83..a22ba94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,7 +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_linkme-impl_license"],
+}
+
+license {
+ name: "external_rust_crates_linkme-impl_license",
+ visibility: [":__subpackages__"],
+ license_kinds: ["SPDX-license-identifier-Apache-2.0"],
+ license_text: ["LICENSE"],
+}
rust_proc_macro {
name: "liblinkme_impl",