disk_layout: Bump stateful partition to 4 GiB

FAFT tests are failing because there isn't enough space on the USB
stick for autotest to install itself. Between whatever autotest is
syncing down and the 600MB "catapult" directory, 3GB seems to no longer
be enough. Bump to 4, and start to consider a solution where we expand
the stateful partition during cros flash. Because really, bloat is like
entropy: one only ever gains it.

BUG=b:166787955, crbug:1131721
TEST=tryjob, pass firmware_CorruptBothFwSigAB

Change-Id: I7e42242b6aa5940d5e0390e630f6c4d9ed990d98
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/2427185
Tested-by: Evan Green <evgreen@chromium.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
Reviewed-by: Greg Edelston <gredelston@google.com>
Reviewed-by: Karthikeyan Ramasubramanian <kramasub@chromium.org>
Commit-Queue: Evan Green <evgreen@chromium.org>
diff --git a/build_library/disk_layout_v2.json b/build_library/disk_layout_v2.json
index eeec344..71a0e5c 100644
--- a/build_library/disk_layout_v2.json
+++ b/build_library/disk_layout_v2.json
@@ -111,7 +111,7 @@
         "label": "STATE",
         "type": "data",
         "fs_format": "ext4",
-        "size": "3 GiB",
+        "size": "4 GiB",
         "features": ["expand"],
         "uuid": "random"
       }
diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json
index 83394c3..5289f47 100644
--- a/build_library/legacy_disk_layout.json
+++ b/build_library/legacy_disk_layout.json
@@ -135,7 +135,7 @@
         "label": "STATE",
         "type": "data",
         "fs_format": "ext4",
-        "size": "3 GiB",
+        "size": "4 GiB",
         "features": ["expand"],
         "uuid": "random"
       }