[LSC] Add LOCAL_LICENSE_KINDS to external/tinyalsa_new am: feb39c4b1a am: 74653d356c

Original change: https://android-review.googlesource.com/c/platform/external/tinyalsa_new/+/1784749

Change-Id: I08018ea81ba101bac6af8f5c60f8aad9090ea27f
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"],
 }
-