aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-12 04:05:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-12 04:05:39 +0000
commit116a65cb127119dcecce48b39fdc767f8d3315c3 (patch)
tree922037dec6ecfe4a4cb2bf9ab0eeeb8a5b3cbc29
parent3d0004928071790dbf36b11c3b716d2bcc8a669c (diff)
parent8d71147a9bddb9a3b86dee1ae92700323276b6b4 (diff)
downloadciborium-io-116a65cb127119dcecce48b39fdc767f8d3315c3.tar.gz
Snap for 8176975 from 8d71147a9bddb9a3b86dee1ae92700323276b6b4 to tm-release
Change-Id: I70a753f16fc8f6dc82506570128f607732e599f5
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef3758b..34481ec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_ciborium-io_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_ciborium-io_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libciborium_io",
host_supported: true,