aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 23:18:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-20 23:18:51 +0000
commitc37b6b0044ed04f687e11c6a3494f52ecf12d979 (patch)
tree4ee8e1eca373626bcfff46bee6d041321bf1cb32
parent05568b55fc698146af0eeee36b0420b5ff3773d3 (diff)
parent55aff8e3b8d6d6d84030fd7276b2c0211a7419c0 (diff)
downloadprotobuf-json-mapping-android14-security-release.tar.gz
Change-Id: I9ccd57f317cb46b6c89c474c91410825a5e03c26
-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,