Update Android.bp by running cargo_embargo am: 008ed1a11c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/sync_wrapper/+/3209098
Change-Id: I117572bb358bfa9499dae305d73d49f0cc2ba99c
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index b1d9b80..244c6f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,14 +1,12 @@
// 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_libsync_wrapper_license"],
+ default_applicable_licenses: ["external_rust_crates_sync_wrapper_license"],
}
license {
- name: "external_rust_crates_libsync_wrapper_license",
+ name: "external_rust_crates_sync_wrapper_license",
visibility: [":__subpackages__"],
license_kinds: ["SPDX-license-identifier-Apache-2.0"],
license_text: ["LICENSE"],