aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:44:16 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:44:16 -0800
commit31b04f45761371016178ea7d9ca2310100dc8067 (patch)
tree7b313d54b5216b9844764f8a2ae86085b54b6fa9
parent5dd70e26c7700aef05f4de3e7d1afc3851e8871a (diff)
downloadusrsctp-31b04f45761371016178ea7d9ca2310100dc8067.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/usrsctp
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ibff5129b1e7fe90b8e8c1f6f46ba56447a8b322c
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index de49714..6d95d0b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_usrsctp_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_usrsctp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.md",
+ ],
+}
+
cc_defaults {
name: "usrsctplib_defaults",
srcs: [