summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:17:48 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:17:48 -0800
commit93b0278e62001d60d3a27b0600e844378a8f6b7b (patch)
treea06fe5026bf76e7b85a0be683f30f20176f75892
parent14c1f0aed2115be8c146c849656dc4227dc0b7b3 (diff)
downloadTvProvider-93b0278e62001d60d3a27b0600e844378a8f6b7b.tar.gz
[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
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 8 insertions, 0 deletions
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"],