Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/calendar" am: a097a2b9dd am: 907ed0923b am: 038e536f26

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/calendar/+/1589004

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3187fe574f21977fa8006ab92072636f2ee110ce
diff --git a/Android.bp b/Android.bp
index 4e3ea06..2708e2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 java_library {
     name: "calendar-common",
     sdk_version: "15",
diff --git a/tests/Android.bp b/tests/Android.bp
index cdda049..938b51c 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_test {
     name: "CalendarCommonTests",
     sdk_version: "current",