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

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

Merge "AAPT2: fixing the -c flag being ignored" into oc-dev

parents 4c2a62ed f4dacf29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2151,7 +2151,7 @@ int Link(const std::vector<StringPiece>& args) {
  }

  AxisConfigFilter filter;
  if (configs.empty()) {
  if (!configs.empty()) {
    for (const std::string& config_arg : configs) {
      for (const StringPiece& config_str : util::Tokenize(config_arg, ',')) {
        ConfigDescription config;