Add copy of KXml2 to the tools prebuilts

Change-Id: I1f538f3921b5830cbea9e072ccc65500a4e9b1c8
diff --git a/common/kxml2-tools/Android.mk b/common/kxml2-tools/Android.mk
new file mode 100644
index 0000000..2757e03
--- /dev/null
+++ b/common/kxml2-tools/Android.mk
@@ -0,0 +1,23 @@
+# Copyright (C) 2008 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_JAVA_LIBRARIES := kxml2-tools:kxml2-2.3.0$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/kxml2-tools/MODULE_LICENSE_MIT b/common/kxml2-tools/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/kxml2-tools/MODULE_LICENSE_MIT
diff --git a/common/kxml2-tools/PREBUILT b/common/kxml2-tools/PREBUILT
new file mode 100644
index 0000000..52c2a69
--- /dev/null
+++ b/common/kxml2-tools/PREBUILT
@@ -0,0 +1,4 @@
+The objects in this prebuilt directory can be rebuilt
+using the source archive hosted at
+
+http://voxel.dl.sourceforge.net/sourceforge/kxml/kxml2-src-2.3.0.zip
diff --git a/common/kxml2-tools/kxml2-2.3.0.jar b/common/kxml2-tools/kxml2-2.3.0.jar
new file mode 100644
index 0000000..6470952
--- /dev/null
+++ b/common/kxml2-tools/kxml2-2.3.0.jar
Binary files differ
diff --git a/common/kxml2-tools/kxml2-src-2.3.0.zip b/common/kxml2-tools/kxml2-src-2.3.0.zip
new file mode 100644
index 0000000..39e975b
--- /dev/null
+++ b/common/kxml2-tools/kxml2-src-2.3.0.zip
Binary files differ
diff --git a/common/kxml2-tools/license.txt b/common/kxml2-tools/license.txt
new file mode 100644
index 0000000..089de5c
--- /dev/null
+++ b/common/kxml2-tools/license.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
+
+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. 
+ 
\ No newline at end of file