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

Commit 413e6cb7 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge \\\\"Fix the sense of a test in \\\\"adb sideload\\\\".\\\\" am:...

Merge \\\\"Fix the sense of a test in \\\\"adb sideload\\\\".\\\\" am: 62cc17de am: e9dfa4f7 am: e691def5
am: 049da374

Change-Id: Ia6663b85a83582fa211ebc49e17e22e82c8580ae
parents 1eb4372b 049da374
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ static int adb_sideload_host(const char* fn) {
            android::base::StringPrintf("sideload-host:%d:%d", sz, SIDELOAD_HOST_BLOCK_SIZE);
    std::string error;
    unique_fd fd(adb_connect(service, &error));
    if (fd >= 0) {
    if (fd < 0) {
        // Try falling back to the older sideload method.  Maybe this
        // is an older device that doesn't support sideload-host.
        printf("\n");