Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 577e66cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: Fail compile on bad output file/dir"

parents 09731444 dfaecafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -738,7 +738,7 @@ int compile(const std::vector<StringPiece>& args) {
  }

  if (!archiveWriter) {
    return false;
    return 1;
  }

  bool error = false;