From f55357c7aa3bd359e963c50cc9caf522475758e4 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Mon, 22 Feb 2021 12:23:35 -0800 Subject: DO NOT MERGE [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/Dialer Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/instrutests/Android.bp tests/robotests/Android.bp tests/unittests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icae5428e2a56cd192d88174acc33673edb0d3171 Merged-in: I47050bc30b7c9d5435f555202d24bed04a08ca01 Merged-in: Icd889f0be91bae3be829f63debcc1491a4a7997f --- Android.bp | 4 ++++ tests/instrutests/Android.bp | 4 ++++ tests/robotests/Android.bp | 4 ++++ tests/unittests/Android.bp | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/Android.bp b/Android.bp index b5ef35f7..fa5cca51 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: "CarDialerApp", diff --git a/tests/instrutests/Android.bp b/tests/instrutests/Android.bp index 1629cb04..9c644e97 100644 --- a/tests/instrutests/Android.bp +++ b/tests/instrutests/Android.bp @@ -1,6 +1,10 @@ //############################################################ // Car Dialer Instrumented test target. # //############################################################ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test { name: "CarDialerInstruTests", diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 4d843dfa..df973e7c 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -1,6 +1,10 @@ //############################################################ // Car Dialer Robolectric test target. # //############################################################ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_robolectric_test { name: "CarDialerRoboTests", diff --git a/tests/unittests/Android.bp b/tests/unittests/Android.bp index 793fc8c5..4e591d9f 100644 --- a/tests/unittests/Android.bp +++ b/tests/unittests/Android.bp @@ -1,6 +1,10 @@ //############################################################ // Car Dialer unit test target. # //############################################################ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_test { name: "CarDialerUnitTests", -- cgit v1.2.3