aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:51:46 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:51:46 -0800
commit9ef7602b8b1c98907b98b52560cb31497b8c55b9 (patch)
treefd4fed1c0133decab06843bd0f98b7326cd760d6
parent1713531765e9b573094473cd69956998da2e9edc (diff)
downloadrnnoise-9ef7602b8b1c98907b98b52560cb31497b8c55b9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rnnoiseandroid-s-preview-1
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: If73e05bab3cfde8e04ade83e56fa64395526697d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index db209ae..6c67368 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_rnnoise_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rnnoise_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "COPYING",
+ ],
+}
+
cc_library_static {
name: "rnnoise_rnn_vad",
// vendor needed for libpreprocessing effects.