aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-07-15 15:30:13 -0700
committerSasha Smundak <asmundak@google.com>2019-07-16 08:22:36 -0700
commitd7b22d44ecfaf26e9aa9ab631c40dee46f95e840 (patch)
tree295209fe31d12fd2dffffff80d257c7910a11f60
parent12f7a5c01a7b8959d3bdafb9c266e0c1c88fb94d (diff)
downloadrapidjson-d7b22d44ecfaf26e9aa9ab631c40dee46f95e840.tar.gz
Blueprint file to export the headers.
Bug: 121267023 Test: run prebuilts/clang-tools/build_prebuilts.sh on clang-tools branch Change-Id: Ifb55251d640bfaaf25e9868dfaa946b38aae7def
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
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,
+}