aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 23:18:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 23:18:14 +0000
commit90dc93b5b16e326293678d5733104e6822ef2de6 (patch)
tree4ee8e1eca373626bcfff46bee6d041321bf1cb32
parentaf50c8021f676effbb8fe842e2d8b026b0e5eeda (diff)
parentd55412865ad901b424bc1cf22eef9806ca7bef75 (diff)
downloadprotobuf-json-mapping-android14-d1-s4-release.tar.gz
Change-Id: I9a4019e441d0119ef1a8d05382b4946ef15b7265
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
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,