aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-10-06 11:50:36 -0700
committerBob Badour <bbadour@google.com>2022-10-06 11:50:36 -0700
commit60ee0fb4ffdc2d4b6099f699776317e5b3398a30 (patch)
tree1dffdacf10e1cda0a6c63b8f1580f2f7265a403d
parent82e0cac57553d1069d484b3f3a832908f0bf9298 (diff)
downloadflagset-60ee0fb4ffdc2d4b6099f699776317e5b3398a30.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/flagset
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I99a8bc2ae6d94c2d60d148c83e9ab2f49d87749c
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4762d9b..842203a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_flagset_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_flagset_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library_host {
name: "libflagset",
crate_name: "flagset",