Merge "Add an ndk_headers module for jni.h."
am: 8e361afb5e

Change-Id: Id57cd048dadf89b15998da1d5165ab80d55a59a8
diff --git a/Android.bp b/Android.bp
index 52ae21c..59ddbdd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,13 @@
     stl: "c++_static",
 }
 
+ndk_headers {
+    name: "ndk_jni.h",
+    from: "include/nativehelper",
+    to: "",
+    srcs: ["include/nativehelper/jni.h"],
+}
+
 //
 // Tests.
 //