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

Commit dc53f4c2 authored by Yo Chiang's avatar Yo Chiang
Browse files

shell_and_utilities_recovery: Fix required dependencies

TARGET module shell_and_utilities_recovery requires non-existent: unzip.recovery

This should be referring to the "ziptool" module. "unzip" is a symlink
installed by "ziptool".

Bug: 7456955
Test: TH; boot/ramdisk/system/bin/ziptool installed in /boot partition
Change-Id: Ib9edf9c17b4dfdebdb8719fb7b9244fca6133f6d
parent cba44a3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ phony {
        "sh.recovery",
        "toolbox.recovery",
        "toybox.recovery",
        "unzip.recovery",
        "ziptool.recovery",
    ],
}