aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:16:02 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:16:02 -0800
commit32435685c8768c004c344a3113fc28b88e874a72 (patch)
treea3962dae38470f1b094f8f706129127c267570e0 /Android.bp
parent6ce82121ec718c9866f26a7f6b9ecb679bbbf9e5 (diff)
downloadCalendar-32435685c8768c004c344a3113fc28b88e874a72.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/Calendar
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/ui/Android.bp tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6752b1dc0ffc12616e0b5d04a4e2259a9a0a08d6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e79e37b..1685217 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,10 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "CarCalendarApp",
srcs: ["src/**/*.java"],