summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-07-15 14:08:47 +0100
committerNeil Fuller <nfuller@google.com>2020-07-15 17:23:18 +0100
commit7e1dc66c2e186515941eb282dd1048bf5bd8a380 (patch)
tree809a66cce4d8016244e3fa45c848ded954107a54 /METADATA
parentbd43a4cc6c26a9403b79a821da2da2ba7c4db236 (diff)
downloads2-geometry-library-java-7e1dc66c2e186515941eb282dd1048bf5bd8a380.tar.gz
Add Android files / remove prebuilts
Add the license files needed by Android, add Android build rules and remove prebuilts. The build rules include test targets. One of the tests fails already so it is "suppressed" here. Bug: 152746105 Test: atest --host s2-geometry-library-java-tests Test: atest S2GeometryLibraryJavaTests Change-Id: Iaa7033e866a7897dd6ced01ac72b3df051a9975f
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA21
1 files changed, 21 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..cd14716
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "s2-geometry-library-java"
+description:
+ "Java S2 Library "
+ " "
+ "S2 is a library for spherical geometry that aims to have the same "
+ "robustness, flexibility, and performance as the very best planar geometry "
+ "libraries."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://s2geometry.io/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/s2-geometry-library-java"
+ }
+ version: "c28f287b996c0cedc5516a0426fbd49f6c9611ec"
+ last_upgrade_date { year: 2020 month: 7 day: 1 }
+ license_type: NOTICE
+}