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

Commit 1404e654 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Fix 64-bit builds." into lmp-dev

parents fd0f3908 c03064ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2009,7 +2009,7 @@ int install_multiple_app(transport_type transport, char* serial, int argc, char*
        }
        }


        snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -",
        snprintf(buf, sizeof(buf), "exec:pm install-write -S %lld %d %d_%s -",
                sb.st_size, session_id, i, get_basename(file));
                (long long int) sb.st_size, session_id, i, get_basename(file));


        int localFd = adb_open(file, O_RDONLY);
        int localFd = adb_open(file, O_RDONLY);
        if (localFd < 0) {
        if (localFd < 0) {