aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-07-16 16:35:21 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-16 16:35:21 -0700
commit7d53acdb0994e9c529f65c839c2c371a55ab0bf3 (patch)
tree295209fe31d12fd2dffffff80d257c7910a11f60
parent6e6dc82e79377868e471f20ccdd3ee3a8237206d (diff)
parent223adbb1c8a143f3cb652e0c6d8e55f0373b722b (diff)
downloadrapidjson-7d53acdb0994e9c529f65c839c2c371a55ab0bf3.tar.gz
Blueprint file to export the headers. am: d7b22d44ec am: 535ae66d39
am: 223adbb1c8 Change-Id: Ibe1d69a446550daf0ec3dee3e3f861e5a48f03bb
-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,
+}