[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/TvProvider

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I912a687eb123b4a0eaa3c90703df9f0d56c9bb54
diff --git a/Android.bp b/Android.bp
index 544bf39..1a39f11 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,10 @@
 // limitations under the License.
 //
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "TvProvider",
 
diff --git a/tests/Android.bp b/tests/Android.bp
index 7094786..635f5cb 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -14,6 +14,10 @@
 // limitations under the License.
 //
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test {
     name: "TvProviderTests",
     srcs: ["src/**/*.java"],