Merge "Add hwtypes.h to -Landroidbp"
diff --git a/main.cpp b/main.cpp
index bdecb4c..95cebc3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -761,6 +761,8 @@
                     out << "\"" << pathPrefix << fqName.getInterfaceStubName() << ".h\",\n";
                     out << "\"" << pathPrefix << fqName.getInterfaceProxyName() << ".h\",\n";
                     out << "\"" << pathPrefix << fqName.getInterfacePassthroughName() << ".h\",\n";
+                } else {
+                    out << "\"" << pathPrefix << "hwtypes.h\",\n";
                 }
             });