aboutsummaryrefslogtreecommitdiff
path: root/annotations/Android.bp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 01:35:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 01:35:55 +0000
commitb42ce1099939c64ec2dc859499a7e2dfa799ad13 (patch)
tree9788658fa18e8e9e854407f7da7b1793ac9bb04e /annotations/Android.bp
parent7532f1a99bc17a82ae8b6714025facb3095c08b1 (diff)
parentb3f92fe65cc033dc02107cc127e0ae0e2a50a967 (diff)
downloadsdk-b42ce1099939c64ec2dc859499a7e2dfa799ad13.tar.gz
Original change: https://android-review.googlesource.com/c/platform/sdk/+/1589083 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ida16e838b562970d98037034e59302b36122ecd8
Diffstat (limited to 'annotations/Android.bp')
-rw-r--r--annotations/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/annotations/Android.bp b/annotations/Android.bp
index 35a0d58fa..05b9e291d 100644
--- a/annotations/Android.bp
+++ b/annotations/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["sdk_annotations_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "sdk_annotations_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library_host {
name: "annotations",