From 5c7765bcee76500cd94cc8d7df4614996da8c5a7 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:21:10 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/vcard 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: Ieeadf467b0c8503a774c9398dae1e8980ddf3da4 --- Android.bp | 4 ++++ tests/Android.bp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Android.bp b/Android.bp index c7e9bfa..25fc4e3 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: "com.android.vcard", diff --git a/tests/Android.bp b/tests/Android.bp index 5c286aa..5c49410 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: "AndroidVCardTests", -- cgit v1.2.3