aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-07-16 16:15:14 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-16 16:15:14 -0700
commit535ae66d39dd758d1b951baabc3efbfd3e60b838 (patch)
tree295209fe31d12fd2dffffff80d257c7910a11f60
parent8e3638cbab8a65ecc8774932c599452cea7b7774 (diff)
parentd7b22d44ecfaf26e9aa9ab631c40dee46f95e840 (diff)
downloadrapidjson-535ae66d39dd758d1b951baabc3efbfd3e60b838.tar.gz
Blueprint file to export the headers.
am: d7b22d44ec Change-Id: Ifa54dd8dc248e6016414d355ce48ecfaac45b0d3
-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,
+}