aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-11-10 10:49:12 -0800
committerBob Badour <bbadour@google.com>2022-11-10 10:49:12 -0800
commite276f9d6d8e0f7cee1ed2af4443d7ec6860444c9 (patch)
tree84737f92b383ad9421b4c4c20ecc98459830d969
parent8fa25ab04411433a5dacdb2f35df1eb3d0a0e2dc (diff)
downloadstatic_assertions-e276f9d6d8e0f7cee1ed2af4443d7ec6860444c9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/static_assertions
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I3e96039be5f202615a770a27737a39b04704551b
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e9a0597..4091c74 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_static_assertions_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_static_assertions_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE-APACHE",
+ ],
+}
+
rust_library_rlib {
name: "libstatic_assertions",
host_supported: true,