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

Commit dfaecafb authored by Adam Lesinski's avatar Adam Lesinski
Browse files

AAPT2: Fail compile on bad output file/dir

Test: manual
Change-Id: I2578e32c52430a62df942822ddf6bd3f06357bce
parent 011cef54
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;