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

Commit 8e79e324 authored by David Anderson's avatar David Anderson Committed by android-build-merger
Browse files

Merge "avoid data overflow in low memory device" am: 376f04e0

am: a7d6d7bc

Change-Id: I97e74f033c12741098b55e9703b5cb8dabcd69df
parents 1c52c1ab a7d6d7bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <string>
#include <vector>

constexpr unsigned int kMaxDownloadSizeDefault = 0x20000000;
constexpr unsigned int kMaxDownloadSizeDefault = 0x10000000;

class FastbootDevice;