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

Commit e135c405 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Switch from minigzip to gzip.

Bug: http://b/288169261
Test: treehugger
Change-Id: Ic8a507b6a292c2c7917170b1ab27878d4e25ddef
parent ec04d57b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -108,8 +108,7 @@ genrule {
    name: "protolog.json.gz",
    srcs: [":generate-wm_shell_protolog.json"],
    out: ["wmshell.protolog.json.gz"],
    cmd: "$(location minigzip) -c < $(in) > $(out)",
    tools: ["minigzip"],
    cmd: "gzip -c < $(in) > $(out)",
}

prebuilt_etc {
+1 −2
Original line number Diff line number Diff line
@@ -215,8 +215,7 @@ genrule {
    name: "services.core.json.gz",
    srcs: [":checked-protolog.json"],
    out: ["services.core.protolog.json.gz"],
    cmd: "$(location minigzip) -c < $(in) > $(out)",
    tools: ["minigzip"],
    cmd: "gzip -c < $(in) > $(out)",
}

prebuilt_etc {