summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-04-27 08:15:33 -0700
committerBob Badour <bbadour@google.com>2023-04-27 08:15:33 -0700
commit3522df70651d27a4a9a2bf506aebf14023b97d63 (patch)
tree9f2a2681289afe20462a80e4298743fd93ef42fa
parent0683ec4325e83dfc51c0f07552bb1d2cfa472fce (diff)
downloadthreadpool-3522df70651d27a4a9a2bf506aebf14023b97d63.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/threadpool
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I957a21406fdab704a7a304f2b1125135864b826d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a99ec20..da493f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_threadpool_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_threadpool_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE-APACHE",
+ ],
+}
+
rust_library_host {
name: "libthreadpool",
// has rustc warnings