summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-22 12:23:35 -0800
committerBob Badour <bbadour@google.com>2021-02-22 21:54:33 -0800
commitf55357c7aa3bd359e963c50cc9caf522475758e4 (patch)
tree842bcf73171ec5d037c11608734b95a7fd74c455
parent7a7585c3a3371ab0f2745646bf64eb5e63d9eeb2 (diff)
downloadDialer-f55357c7aa3bd359e963c50cc9caf522475758e4.tar.gz
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
-rw-r--r--Android.bp4
-rw-r--r--tests/instrutests/Android.bp4
-rw-r--r--tests/robotests/Android.bp4
-rw-r--r--tests/unittests/Android.bp4
4 files changed, 16 insertions, 0 deletions
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",