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

Commit 9d555c1b 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 am: 2e3b8be6

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

Change-Id: I9988abe9b8547023669b2b7da437457cfc6ece34
parents 8032e373 2e3b8be6
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 {};
        }