summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 21:36:51 -0800
committerBob Badour <bbadour@google.com>2021-03-01 21:36:51 -0800
commitdae5745741cbb928a0e96a88b44ba9b16ec3cd0c (patch)
tree287cb2f6bc3407a87def542864405ba9b0956c12
parent3ebc0f074c296d07031aaa9f6ce93a6c8267ecc7 (diff)
downloads2-geometry-library-java-dae5745741cbb928a0e96a88b44ba9b16ec3cd0c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/s2-geometry-library-java
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I380c23d63e58e94b66ae44db5f4e8e5420869d28
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5535751..f1f34d7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,23 @@
//
// The Java S2 geometry lib.
+package {
+ default_applicable_licenses: ["external_s2-geometry-library-java_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_s2-geometry-library-java_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library {
name: "s2-geometry-library-java",
host_supported: true,