summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-10-13 12:54:03 -0700
committerBob Badour <bbadour@google.com>2022-10-13 12:54:03 -0700
commitee6bb54319ad8700aa6c26b6f9ada9d7318cc77e (patch)
treea65974291e4ff6896197c4f55a44431496349919
parent6441f3ef3974d32014ecee8b60d66ca6d0a8675b (diff)
downloadoctets-ee6bb54319ad8700aa6c26b6f9ada9d7318cc77e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/octets
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I8dbaffd829c21bf50e38dcff3b2b34ac52645d23
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 589612a..6315d5d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_octets_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_octets_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "liboctets",
host_supported: true,