Loading tools/aapt2/cmd/Compile.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -772,8 +772,8 @@ int Compile(const std::vector<StringPiece>& args, IDiagnostics* diagnostics) { if (*type != ResourceType::kRaw) { if (path_data.extension == "xml") { compile_func = &CompileXml; } else if (!options.no_png_crunch && (path_data.extension == "png" || path_data.extension == "9.png")) { } else if ((!options.no_png_crunch && path_data.extension == "png") || path_data.extension == "9.png") { compile_func = &CompilePng; } } Loading Loading
tools/aapt2/cmd/Compile.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -772,8 +772,8 @@ int Compile(const std::vector<StringPiece>& args, IDiagnostics* diagnostics) { if (*type != ResourceType::kRaw) { if (path_data.extension == "xml") { compile_func = &CompileXml; } else if (!options.no_png_crunch && (path_data.extension == "png" || path_data.extension == "9.png")) { } else if ((!options.no_png_crunch && path_data.extension == "png") || path_data.extension == "9.png") { compile_func = &CompilePng; } } Loading