summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-07-14 11:29:11 -0700
committerKen Sumrall <ksumrall@android.com>2011-07-15 20:17:15 -0700
commitc256e5a31871c5e09342a795fe4a8aed044a20ab (patch)
tree35132a3260435bb6be80b8ea2256aadd7075ec90 /BoardConfig.mk
parenta1fafcd3f89cacd9b96c077d988210b1887d3cd2 (diff)
downloaddevice_samsung_tuna-c256e5a31871c5e09342a795fe4a8aed044a20ab.zip
device_samsung_tuna-c256e5a31871c5e09342a795fe4a8aed044a20ab.tar.gz
device_samsung_tuna-c256e5a31871c5e09342a795fe4a8aed044a20ab.tar.bz2
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
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
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