summaryrefslogtreecommitdiffstats
path: root/target/board/generic_mips
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-07-09 18:04:51 -0700
committerNick Kralevich <nnk@google.com>2013-07-11 22:39:38 -0700
commit3c9fae2840862c788554b129fa405a7d06594b5d (patch)
tree82df70598d6f63d4eeb550ad6dcc629887f08821 /target/board/generic_mips
parenta90d7eb64fc3155c6558d9c307e0bc4a2d84dff9 (diff)
downloadbuild-3c9fae2840862c788554b129fa405a7d06594b5d.zip
build-3c9fae2840862c788554b129fa405a7d06594b5d.tar.gz
build-3c9fae2840862c788554b129fa405a7d06594b5d.tar.bz2
use ext4 instead of yaffs for the emulator
Bug: https://code.google.com/p/android/issues/detail?id=38561 Change-Id: I7c605457b485d169654263caf55eb7d5a9a60c2e
Diffstat (limited to 'target/board/generic_mips')
-rw-r--r--target/board/generic_mips/BoardConfig.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk
index c3881b4..659dc02 100644
--- a/target/board/generic_mips/BoardConfig.mk
+++ b/target/board/generic_mips/BoardConfig.mk
@@ -48,3 +48,11 @@ BUILD_EMULATOR_OPENGL := true
# Build and enable the OpenGL ES View renderer. When running on the emulator,
# the GLES renderer disables itself if host GL acceleration isn't available.
USE_OPENGL_RENDERER := true
+
+TARGET_USERIMAGES_USE_EXT4 := true
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 314572800
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 209715200
+BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
+BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_FLASH_BLOCK_SIZE := 512
+TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true