Snap for 9982304 from d55412865ad901b424bc1cf22eef9806ca7bef75 to udc-d1-release

Change-Id: I9a4019e441d0119ef1a8d05382b4946ef15b7265
diff --git a/Android.bp b/Android.bp
index bb5293f..37d494f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
 
 
 
+package {
+    default_applicable_licenses: [
+        "external_rust_crates_protobuf-json-mapping_license",
+    ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_protobuf-json-mapping_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_library {
     name: "libprotobuf_json_mapping",
     host_supported: true,