aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:21:55 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:21:55 -0800
commit7777c04c430c14905d0e7ae86b1b0521826f381d (patch)
treedf03cafcad269765313ea57b7f9efd3fbb4107e5 /RotaryPlayground
parent12116757e453cebb76662ab86f9eceb9930e981f (diff)
downloadtests-7777c04c430c14905d0e7ae86b1b0521826f381d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/tests
Added SPDX-license-identifier-Apache-2.0 to: RotaryIME/Android.bp RotaryPlayground/Android.bp TestMediaApp/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I39c7814e8f40a3e2f834f4dc36738211ac0a325e
Diffstat (limited to 'RotaryPlayground')
-rw-r--r--RotaryPlayground/Android.bp4
1 files changed, 4 insertions, 0 deletions
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",