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

Commit 8fc822e5 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

am: 8e79e324

Change-Id: I2294caaf75023949486fe721eef7008246c504b5
parents c7b32a4a 8e79e324
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;