commit | 20f08d4aa462692d46ee3c07d0f72934c85ead8b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Dec 14 22:27:57 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 14 22:27:57 2016 +0000 |
tree | 81d8e7b5dae340516e7491faa272bb7a1aee5d40 | |
parent | 7763ab3046cb998ac8a32b8d2312981631886813 [diff] | |
parent | aafed707b7ed7c79645d508f140db55cfabfe74e [diff] |
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");