aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-11-10 10:45:51 -0800
committerBob Badour <bbadour@google.com>2022-11-10 10:45:51 -0800
commitede07e8bb6f9f99254d7c5bdcbd69a4ee35a126b (patch)
tree0315c43dc2764a132e7916559c45799800926c81
parent136ae3951bf690355da407638dda0be7f9d546ff (diff)
downloadbitreader-ede07e8bb6f9f99254d7c5bdcbd69a4ee35a126b.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/bitreader
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I93cbb51ca1ec03a635c992073acc3a78f1256629
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7c41ce2..dde61db 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_bitreader_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_bitreader_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE-APACHE",
+ ],
+}
+
rust_library {
name: "libbitreader",
host_supported: true,