From 32435685c8768c004c344a3113fc28b88e874a72 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:16:02 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/Calendar Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/ui/Android.bp tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6752b1dc0ffc12616e0b5d04a4e2259a9a0a08d6 --- tests/ui/Android.bp | 4 ++++ tests/unit/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/ui/Android.bp b/tests/ui/Android.bp index 829e312..0480d95 100644 --- a/tests/ui/Android.bp +++ b/tests/ui/Android.bp @@ -13,6 +13,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test { name: "CarCalendarUiTests", srcs: ["src/**/*.java"], diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 42c7ee0..0108383 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -13,6 +13,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test { name: "CarCalendarUnitTests", srcs: ["src/**/*.java"], -- cgit v1.2.3