aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-05 21:16:01 +0100
committerNeil Fuller <nfuller@google.com>2020-08-06 16:32:17 +0100
commit5f0dc228bf9357e9c408432c057e27c17b2536a3 (patch)
tree8a243f8c21b4db945d51a94d7f9ee8c64d21c303
parentddaed26f746285bdc5a87e719e73588c92fe6ed6 (diff)
downloadgeojson-jackson-5f0dc228bf9357e9c408432c057e27c17b2536a3.tar.gz
Add an Android build file/OWNERS
Add an Android build file / OWNERS. Test: build Bug: 152747091 Change-Id: Ibb810fccd133bb2cdb044d8cd62c0b4a1c789740
-rw-r--r--Android.bp27
-rw-r--r--OWNERS3
2 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..f59d1ef
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,27 @@
+//
+// Copyright (C) 2020 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+java_library_host {
+ name: "geojson-jackson",
+ srcs: [
+ "src/main/**/*.java",
+ ],
+ libs: [
+ "jackson-annotations",
+ "jackson-core",
+ "jackson-databind",
+ ],
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..975f73c
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+# Bug component: 847766
+nfuller@google.com
+include platform/libcore:/OWNERS