summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-11-18 18:07:49 -0800
committerYing Wang <wangying@google.com>2014-11-18 18:07:49 -0800
commit83a56b0a79e3b80a721526ef46ff89616e601189 (patch)
tree057f018b2f6d67f672aff6f80a4d2d2e324b31a6
parent4a407d5ecf7d465c0d1609777d56991c2f9608a5 (diff)
downloadgrouper-83a56b0a79e3b80a721526ef46ff89616e601189.tar.gz
Disable journaling to save system.img space.
Bug: 18430740 Change-Id: I80a3c8d71c27c1b0cb7bbf93e971674159e9e583
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 064b98b..76cdf5f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -39,6 +39,8 @@ TARGET_CPU_VARIANT := cortex-a9
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 681574400
+# Disable journaling on system.img to save space.
+BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0
BOARD_USERDATAIMAGE_PARTITION_SIZE := 6567231488
BOARD_FLASH_BLOCK_SIZE := 4096