aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-21 19:04:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-21 19:04:37 +0000
commitb5e003c198b409dcdc387002cc669c2bc9942844 (patch)
tree7a8ec0bf1fde0c4ce7c5e6857737818732b85f5d
parenta8a2adeaa6ee508c6357049fce340017c5f17f40 (diff)
parentc8e0bc0fe1cef96e3005303633199b09b7d06d62 (diff)
downloadtests-b5e003c198b409dcdc387002cc669c2bc9942844.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/tests am: 7777c04c43 am: c6651061dd am: c8e0bc0fe1
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Car/tests/+/1587749 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iad20b27aedeb5982ee7e5d783d0d1c33f922b314
-rw-r--r--RotaryIME/Android.bp4
-rw-r--r--RotaryPlayground/Android.bp4
-rw-r--r--TestMediaApp/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/RotaryIME/Android.bp b/RotaryIME/Android.bp
index bef2697..90dc565 100644
--- a/RotaryIME/Android.bp
+++ b/RotaryIME/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "RotaryIME",
diff --git a/RotaryPlayground/Android.bp b/RotaryPlayground/Android.bp
index 03583ba..3c4cf77 100644
--- a/RotaryPlayground/Android.bp
+++ b/RotaryPlayground/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "RotaryPlayground",
diff --git a/TestMediaApp/Android.bp b/TestMediaApp/Android.bp
index a2e80e2..91b3aa7 100644
--- a/TestMediaApp/Android.bp
+++ b/TestMediaApp/Android.bp
@@ -16,6 +16,10 @@
// Actual Package:
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "TestMediaApp",