aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-08-04 21:11:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-04 21:11:40 +0000
commitbb86e95209c76b242032eb9bac1304b0cbd0f649 (patch)
treea98db5544daeb59b635d9c89b901c415b4744663
parent38f827d003a3924f1ddc95d2ed467ed2ab74fb9f (diff)
parent74653d356ced3e8dfb410a998fe6b6ea1ee6c482 (diff)
downloadtinyalsa_new-android-s-v2-preview-1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/tinyalsa_new am: feb39c4b1a am: 74653d356candroid-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1
Original change: https://android-review.googlesource.com/c/platform/external/tinyalsa_new/+/1784749 Change-Id: I08018ea81ba101bac6af8f5c60f8aad9090ea27f
-rw-r--r--examples/plugins/Android.bp9
-rw-r--r--examples/sndcardparser/Android.bp10
2 files changed, 18 insertions, 1 deletions
diff --git a/examples/plugins/Android.bp b/examples/plugins/Android.bp
index 840480e..ea275f1 100644
--- a/examples/plugins/Android.bp
+++ b/examples/plugins/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_tinyalsa_new_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_tinyalsa_new_license"],
+}
+
cc_library {
name: "libtinyalsav2_example_plugin_pcm",
vendor: true,
diff --git a/examples/sndcardparser/Android.bp b/examples/sndcardparser/Android.bp
index 9ca8812..72bb8ab 100644
--- a/examples/sndcardparser/Android.bp
+++ b/examples/sndcardparser/Android.bp
@@ -1,7 +1,15 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_tinyalsa_new_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_tinyalsa_new_license"],
+}
+
cc_library {
name: "libsndcardparser_example",
vendor: true,
srcs: ["sample_sndcardparser.c"],
cflags: ["-Werror"],
}
-