aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-05 19:48:41 +0100
committerNeil Fuller <nfuller@google.com>2020-08-06 16:33:38 +0100
commitbb18fea496b48f874e12fbc60319a2a50c46d896 (patch)
tree8b4bc91c974d812753fd5c43df1b20ae1bfb6b79
parent2790e787e5660b2208241cc35904bc601de439d8 (diff)
downloadjackson-annotations-bb18fea496b48f874e12fbc60319a2a50c46d896.tar.gz
Add an Android build file / OWNERS
Add an Android build file / OWNERS Test: build Bug: 152747091 Change-Id: I148a316c763c4f8c06f4ace9ac53278a5a43b8ce
-rw-r--r--Android.bp22
-rw-r--r--OWNERS3
2 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..cba2b2b
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,22 @@
+//
+// 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: "jackson-annotations",
+ srcs: [
+ "src/main/**/*.java",
+ ],
+}
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