Update Android.bp by running cargo_embargo

Test: ran cargo_embargo
Change-Id: I4b05a607c010b9c22f23c5e1df67c8676dcc81a2
diff --git a/Android.bp b/Android.bp
index 98b0f4d..ecf969e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,7 +1,17 @@
 // 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_moveit_license"],
+    default_team: "trendy_team_android_rust",
+}
+
+license {
+    name: "external_rust_crates_moveit_license",
+    visibility: [":__subpackages__"],
+    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
+    license_text: ["LICENSE"],
+}
 
 rust_library_host {
     name: "libmoveit",