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

Commit a7d6d7bc 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

Change-Id: I173dbb78fc7e03cf6f8cc09d285a7815434d6ce2
parents 97bda3eb 376f04e0
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;