Merge "Fix -Landroidbp-impl generates file with wrong name."
diff --git a/main.cpp b/main.cpp
index e28d187..b7cf4fd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -795,7 +795,7 @@
         ast->getImportedPackages(&importedPackages);
     }
 
-    std::string path = outputDir + "Android.mk";
+    std::string path = outputDir + "Android.bp";
 
     CHECK(Coordinator::MakeParentHierarchy(path));
     FILE *file = fopen(path.c_str(), "w");