[LSC] Add LOCAL_LICENSE_KINDS to external/sonivox

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  arm-wt-22k/Android.bp
  test/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I3aca5a690f69d37b980f3ec05f804dc2d2a9966a
diff --git a/arm-wt-22k/Android.bp b/arm-wt-22k/Android.bp
index 8afe313..32c32ca 100644
--- a/arm-wt-22k/Android.bp
+++ b/arm-wt-22k/Android.bp
@@ -1,3 +1,20 @@
+package {
+    default_applicable_licenses: ["external_sonivox_arm-wt-22k_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_sonivox_arm-wt-22k_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-Apache-2.0",
+    ],
+    license_text: [
+        "NOTICE",
+    ],
+}
+
 cc_defaults {
     name: "libsonivox-defaults",
     srcs: [
@@ -143,5 +160,3 @@
         "-DJET_INTERFACE",
     ],
 }
-
-