From 7777c04c430c14905d0e7ae86b1b0521826f381d Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:21:55 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/tests Added SPDX-license-identifier-Apache-2.0 to: RotaryIME/Android.bp RotaryPlayground/Android.bp TestMediaApp/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I39c7814e8f40a3e2f834f4dc36738211ac0a325e --- RotaryIME/Android.bp | 4 ++++ RotaryPlayground/Android.bp | 4 ++++ TestMediaApp/Android.bp | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/RotaryIME/Android.bp b/RotaryIME/Android.bp index bef2697..90dc565 100644 --- a/RotaryIME/Android.bp +++ b/RotaryIME/Android.bp @@ -14,6 +14,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_app { name: "RotaryIME", diff --git a/RotaryPlayground/Android.bp b/RotaryPlayground/Android.bp index 03583ba..3c4cf77 100644 --- a/RotaryPlayground/Android.bp +++ b/RotaryPlayground/Android.bp @@ -14,6 +14,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_app { name: "RotaryPlayground", diff --git a/TestMediaApp/Android.bp b/TestMediaApp/Android.bp index a2e80e2..91b3aa7 100644 --- a/TestMediaApp/Android.bp +++ b/TestMediaApp/Android.bp @@ -16,6 +16,10 @@ // Actual Package: +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_app { name: "TestMediaApp", -- cgit v1.2.3