summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-04-19 20:43:03 -0700
committerJeff Gaston <jeffrygaston@google.com>2017-06-06 12:27:22 -0700
commit79df1e46f4ae6c7894584b7b23aa9250c1fb757a (patch)
treef6f339ba1550a9accef4a0f19d280119ed81b92c
parent4791babb94c4f6528706ad6bde74522e7c28973d (diff)
downloadmisc-79df1e46f4ae6c7894584b7b23aa9250c1fb757a.tar.gz
Add args4j
Bug: 36792868 Test: stat args4j*.jar Change-Id: I939e570f1ed0c49c88d44a5c09a84cb66bf4e10e
-rw-r--r--common/args4j/Android.mk22
-rw-r--r--common/args4j/LICENSE19
-rw-r--r--common/args4j/PREBUILT2
-rw-r--r--common/args4j/args4j-2.0.28.jarbin0 -> 79237 bytes
4 files changed, 43 insertions, 0 deletions
diff --git a/common/args4j/Android.mk b/common/args4j/Android.mk
new file mode 100644
index 00000000..c81bef7f
--- /dev/null
+++ b/common/args4j/Android.mk
@@ -0,0 +1,22 @@
+# Copyright (C) 2017 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.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
+ args4j-2.0.28:args4j-2.0.28.jar\
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/args4j/LICENSE b/common/args4j/LICENSE
new file mode 100644
index 00000000..c49840b2
--- /dev/null
+++ b/common/args4j/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2013 Kohsuke Kawaguchi and other contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/common/args4j/PREBUILT b/common/args4j/PREBUILT
new file mode 100644
index 00000000..a018f903
--- /dev/null
+++ b/common/args4j/PREBUILT
@@ -0,0 +1,2 @@
+Code from https://github.com/kohsuke/args4j
+Binary from http://central.maven.org/maven2/args4j/args4j/2.0.28/args4j-2.0.28.jar
diff --git a/common/args4j/args4j-2.0.28.jar b/common/args4j/args4j-2.0.28.jar
new file mode 100644
index 00000000..09f69b22
--- /dev/null
+++ b/common/args4j/args4j-2.0.28.jar
Binary files differ