aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 17:44:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-16 17:44:06 +0000
commita097a2b9ddc76e5e69d4870908dad4579a650ede (patch)
tree2854bb34d7de57053af99588f4f1d1a8d1c07337
parent082969a5b2dea5cf9ea415d2b736886d38991e3c (diff)
parent333340f3213438358153d50c199331172363a851 (diff)
downloadcalendar-a097a2b9ddc76e5e69d4870908dad4579a650ede.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/calendar"android-s-preview-1
-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",