Merge "Add libjsoncpp_headers target" am: 89fd0c7dd0 am: 080f3a9a9c
am: 8c4030ad06

Change-Id: I23aa8842586bb2bd71e6ab30d0d4b684309e0dc3
diff --git a/Android.bp b/Android.bp
index 568cfd3..c574f6f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,3 +49,9 @@
     sdk_version: "9",
     stl: "libc++_static",
 }
+
+cc_library_headers {
+    name: "libjsoncpp_headers",
+    export_include_dirs: ["include"],
+    host_supported: true,
+}