aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-07-16 16:25:15 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-16 16:25:15 -0700
commit223adbb1c8a143f3cb652e0c6d8e55f0373b722b (patch)
tree295209fe31d12fd2dffffff80d257c7910a11f60
parent984c41e82dadda541597b0975c1d9e1af07cdd8d (diff)
parent535ae66d39dd758d1b951baabc3efbfd3e60b838 (diff)
downloadrapidjson-223adbb1c8a143f3cb652e0c6d8e55f0373b722b.tar.gz
Blueprint file to export the headers. am: d7b22d44ec
am: 535ae66d39 Change-Id: Ie20d54787b1be1981dcee889b4e6f9c342899a67
-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,
+}