From 333340f3213438358153d50c199331172363a851 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 16:39:15 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/calendar 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: I2713f82308d47e18ff4a53d6566e9812bc1c587f --- Android.bp | 4 ++++ tests/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Android.bp b/Android.bp index 4e3ea06..2708e2a 100644 --- a/Android.bp +++ b/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"], +} + java_library { name: "calendar-common", sdk_version: "15", diff --git a/tests/Android.bp b/tests/Android.bp index cdda049..938b51c 100644 --- a/tests/Android.bp +++ b/tests/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 { name: "CalendarCommonTests", sdk_version: "current", -- cgit v1.2.3