[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
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,