summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 20:21:42 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-18 20:21:42 +0000
commitdafd9d2c5551ee0f2ef010ae4e6212261a7c7ce8 (patch)
tree842bcf73171ec5d037c11608734b95a7fd74c455
parent6099f974e70627c878f3c3d71fb09278c8abb786 (diff)
parentf55357c7aa3bd359e963c50cc9caf522475758e4 (diff)
downloadDialer-android11-mainline-cellbroadcast-release.tar.gz
Snap for 7218917 from f55357c7aa3bd359e963c50cc9caf522475758e4 to mainline-cellbroadcast-releaseandroid-mainline-11.0.0_r37android-mainline-11.0.0_r26android11-mainline-cellbroadcast-release
Change-Id: Idf8f4779203e7940b68b05121a0b64f025f49114
-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",