aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 21:53:07 -0800
committerBob Badour <bbadour@google.com>2021-03-01 21:53:07 -0800
commit6b8e3f0b0de304def369091d4247837ccb156f9d (patch)
tree5520f8b348fa75934708b0b968252192d513274b
parent5f0dc228bf9357e9c408432c057e27c17b2536a3 (diff)
downloadgeojson-jackson-6b8e3f0b0de304def369091d4247837ccb156f9d.tar.gz
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: I1bedbcd3981f4ff240a009ef4aa118c0914bb5cd
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f59d1ef..1b1dac2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,23 @@
// limitations under the License.
//
+package {
+ default_applicable_licenses: ["external_geojson-jackson_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_geojson-jackson_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library_host {
name: "geojson-jackson",
srcs: [