Merge "Nativehelper: Add header library for platform_include"
diff --git a/Android.bp b/Android.bp
index 8dba1d8..8282d87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,12 @@
     vendor_available: true,
 }
 
+cc_library_headers {
+    name: "jni_platform_headers",
+    host_supported: true,
+    export_include_dirs: ["platform_include"],
+}
+
 cc_library {
     name: "libnativehelper",
     host_supported: true,