Merge "Declare the headers of the ndk_library"
diff --git a/runtime/Android.bp b/runtime/Android.bp
index 0b1ea49..e1a9b5d 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -285,6 +285,9 @@
     symbol_file: "libneuralnetworks.map.txt",
     // Android O-MR1
     first_version: "27",
+    export_header_libs: [
+        "libneuralnetworks_ndk_headers",
+    ],
 }
 
 genrule {