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

Commit 2e3b8be6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert "[adb] fix signature check"" am: 920393dd am: ce5e6039

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1401071

Change-Id: I4b67ecebf31833037880b0539713bcbccc7601b4
parents 74b9c91c ce5e6039
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ static unique_fd start_install(const Files& files, const Args& passthrough_args,
        }

        auto [signature_fd, signature] = read_and_encode_signature(st.st_size, file, silent);
        if (!signature_fd.ok() || signature.empty()) {
        if (signature_fd.ok() && signature.empty()) {
            return {};
        }