From c256e5a31871c5e09342a795fe4a8aed044a20ab Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Thu, 14 Jul 2011 11:29:11 -0700 Subject: Fixes for crypto on Prime Keep the keys in a file on /efs instead of in the footer, and set the userdata filesystem size to the full size of the partition. Having a writable persistent filesystem besides /data makes things much cleaner. Keeping keys in the footer requires lots of co-ordination among many pieces to make sure they don't overwrite the footer with a new filesystem. In particular, setup_fs doesn't yet know how to not overwrite the footer. Also properly notify vold when the post-fs-data action is done. Change-Id: Ia67144d25630d86a3018419bff735e1395a85a7a --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 734ad21..37fcb91 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -52,7 +52,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/tuna TARGET_USERIMAGES_USE_EXT4 := true BOARD_SYSTEMIMAGE_PARTITION_SIZE := 685768704 -BOARD_USERDATAIMAGE_PARTITION_SIZE := 14539517952 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 14539537408 BOARD_FLASH_BLOCK_SIZE := 4096 #TARGET_PROVIDES_INIT_RC := true -- cgit v1.1