AAPT2: Fail compile on bad output file/dir

Test: manual
Change-Id: I2578e32c52430a62df942822ddf6bd3f06357bce
This commit is contained in:
Adam Lesinski
2016-10-20 17:08:51 -07:00
parent 011cef54ee
commit dfaecafbe9

View File

@@ -738,7 +738,7 @@ int compile(const std::vector<StringPiece>& args) {
}
if (!archiveWriter) {
return false;
return 1;
}
bool error = false;