Add JSON prebuilt
Change-Id: I4aa75b3690b049d53097e5868f64958547974992
diff --git a/common/json/Android.mk b/common/json/Android.mk
new file mode 100644
index 0000000..15d1cfe
--- /dev/null
+++ b/common/json/Android.mk
@@ -0,0 +1,26 @@
+# Copyright (C) 2012 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_MODULE := json-prebuilt
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := json-prebuilt.jar
+LOCAL_IS_HOST_MODULE := true
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_PREBUILT)
diff --git a/common/json/MODULE_LICENSE_BSD_LIKE b/common/json/MODULE_LICENSE_BSD_LIKE
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/json/MODULE_LICENSE_BSD_LIKE
diff --git a/common/json/PREBUILT b/common/json/PREBUILT
new file mode 100644
index 0000000..810d775
--- /dev/null
+++ b/common/json/PREBUILT
@@ -0,0 +1,4 @@
+The object in this prebuilt directory can be rebuilt from
+ platform/libcore/json
+
+From the revision 999187657af9408e86ae680be1f19f184512d210
diff --git a/common/json/json-prebuilt.jar b/common/json/json-prebuilt.jar
new file mode 100644
index 0000000..f799847
--- /dev/null
+++ b/common/json/json-prebuilt.jar
Binary files differ