summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-07-14 17:33:20 -0700
committerTao Bao <tbao@google.com>2015-07-18 18:15:39 +0000
commite5c1cde2014048208a56e9c307809892a59ac67a (patch)
tree42cd1446c030fabde37b8d2d42bf0f18a77738a5
parentf82ef78124519a9173937dcaa6b0961bb1e1044e (diff)
downloadfugu-e5c1cde2014048208a56e9c307809892a59ac67a.tar.gz
Define BOARD_CACHEIMAGE_PARTITION_SIZE for fugu.
Bug: 22568030 Change-Id: I2f0c55277ee878bde1df5ee2a0a6cdc79cc71385 (cherry picked from commit 5c2faac8381663c1e1b6f65f0ad48fe8074d30d5)
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 4be21f9..466d042 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,6 +32,8 @@ TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
BOARD_FLASH_BLOCK_SIZE := 2048
+BOARD_CACHEIMAGE_PARTITION_SIZE := 260014080
+
TARGET_DROIDBOOT_LIBS := libintel_droidboot
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"