Add LOCAL_LICENSE_KINDS to cts

Ran bpfmt

Added SPDX-license-identifier-Apache-2.0 to:
  common/device-side/interactive/automation/Android.bp
  hostsidetests/media/app/AudioTest/Android.bp
  tests/tests/media/bettertogether/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Change-Id: I550add5b2fd2da020fb92833422752d0e1b62192
diff --git a/common/device-side/interactive/automation/Android.bp b/common/device-side/interactive/automation/Android.bp
index 4287cfb..bc99101 100644
--- a/common/device-side/interactive/automation/Android.bp
+++ b/common/device-side/interactive/automation/Android.bp
@@ -1,12 +1,16 @@
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "InteractiveAutomation",
     srcs: [
-        "src/main/java/**/*.java"
+        "src/main/java/**/*.java",
     ],
     static_libs: [
         "InteractiveCommonAndroid",
         "Nene",
-        "testng"
+        "testng",
     ],
     manifest: "src/main/AndroidManifest.xml",
     min_sdk_version: "29",
@@ -14,7 +18,7 @@
         enabled: false,
     },
     optimize: {
-            enabled: false,
-        },
-    platform_apis: true
-}
\ No newline at end of file
+        enabled: false,
+    },
+    platform_apis: true,
+}
diff --git a/hostsidetests/media/app/AudioTest/Android.bp b/hostsidetests/media/app/AudioTest/Android.bp
index 0a9021b..732b4c7 100644
--- a/hostsidetests/media/app/AudioTest/Android.bp
+++ b/hostsidetests/media/app/AudioTest/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test_helper_app {
     name: "CtsAudioHostTestApp",
     defaults: ["cts_defaults"],
diff --git a/tests/tests/media/bettertogether/Android.bp b/tests/tests/media/bettertogether/Android.bp
index 1e548e5..3c7a66b3 100644
--- a/tests/tests/media/bettertogether/Android.bp
+++ b/tests/tests/media/bettertogether/Android.bp
@@ -12,6 +12,11 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    // See: http://go/android-license-faq
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test {
     name: "CtsMediaBetterTogetherTestCases",
     defaults: ["cts_defaults"],