From 5f0dc228bf9357e9c408432c057e27c17b2536a3 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 5 Aug 2020 21:16:01 +0100 Subject: Add an Android build file/OWNERS Add an Android build file / OWNERS. Test: build Bug: 152747091 Change-Id: Ibb810fccd133bb2cdb044d8cd62c0b4a1c789740 --- Android.bp | 27 +++++++++++++++++++++++++++ OWNERS | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 Android.bp create mode 100644 OWNERS 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 -- cgit v1.2.3