export_shared_lib_headers

Test: make
Bug: 32337293
Change-Id: Ibcc8361d4903701d6174ba8d60e3aa3d7b02f245
diff --git a/main.cpp b/main.cpp
index 7a06404..cef969e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -665,6 +665,15 @@
 
     out << "],\n";
     out.unindent();
+
+    out << "export_shared_lib_headers: [\n";
+    out.indent();
+    out << "\"libhidl\",\n"
+        << "\"libhwbinder\",\n"
+        << "\"libutils\",\n"
+        << "],\n";
+    out.unindent();
+
     out << "}\n";
 
     return OK;