aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--Android.bp5
l---------LICENSE1
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_MIT0
l---------NOTICE1
-rw-r--r--OWNERS5
m---------thirdparty/gtest0
8 files changed, 30 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 5e41f7c..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "thirdparty/gtest"]
- path = thirdparty/gtest
- url = https://github.com/google/googletest.git
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..4ee98f5
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+cc_library_headers {
+ name: "rapidjson_headers",
+ export_include_dirs: ["include"],
+ host_supported: true,
+}
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..cd301a4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+license.txt \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..cccb42f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "rapidjson"
+description: "A fast JSON parser/generator for C++ with both SAX/DOM style API http://rapidjson.org/"
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/miloyip/rapidjson"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Tencent/rapidjson.git"
+ }
+ version: "2648a732dbb8c7fa211e41616071202bfbd09c77"
+ last_upgrade_date {
+ year: 2019
+ month: 9
+ day: 11
+ }
+}
diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..122cd06
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+asmundak@google.com
+ccross@google.com
+dwillemsen@google.com
+jungjw@google.com
+patricearruda@google.com
diff --git a/thirdparty/gtest b/thirdparty/gtest
deleted file mode 160000
-Subproject ba96d0b1161f540656efdaed035b3c062b60e00