aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 20:08:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 20:08:05 +0000
commit0dbc3d6b98ea1925b99f10d4951b3509d962c9ae (patch)
treec9dc8dfb27aeebd6daf5c8c04627e9bd0d18b961
parent7bb1f3b0ebe44e28fbd3e34da7e6995d0c7a2d82 (diff)
parente195d494a5a8880c8aff2d6495d0d255383f0c58 (diff)
downloadcalendar-0dbc3d6b98ea1925b99f10d4951b3509d962c9ae.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/calendar" am: a097a2b9dd am: 907ed0923b am: 038e536f26 am: e195d494a5
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/calendar/+/1589004 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iee3a920859a037fa58edea894200c776db0c10b3
-rw-r--r--Android.bp4
-rw-r--r--tests/Android.bp4
2 files changed, 8 insertions, 0 deletions
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",