summaryrefslogtreecommitdiffstats
path: root/core/product.mk
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-06-16 14:17:40 -0700
committerJP Abgrall <jpa@google.com>2014-06-17 13:32:14 -0700
commit5bfed5a320860de5d44c915c88cf7f72c2cdb574 (patch)
tree40dd181e41747286dced678dc045311d3b2bc56d /core/product.mk
parentb8b0302eea8f8a80f9893bc031099b4b35bd4922 (diff)
downloadbuild-5bfed5a320860de5d44c915c88cf7f72c2cdb574.zip
build-5bfed5a320860de5d44c915c88cf7f72c2cdb574.tar.gz
build-5bfed5a320860de5d44c915c88cf7f72c2cdb574.tar.bz2
core+tools: support specifying F2FS as the fstype for userdata
- Support TARGET_USERIMAGES_USE_F2FS. - Support BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE. - Support "userdata_fs_type" in the prop dict. - Update build_image to recognize f2fs and call the correct command. Change-Id: If31cc8bd235f93a4c7814fab36e6e2d13d3037ad Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'core/product.mk')
-rw-r--r--core/product.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/product.mk b/core/product.mk
index 6a6327d..7eef2e5 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -250,6 +250,7 @@ _product_stash_var_list += \
BOARD_BOOTIMAGE_PARTITION_SIZE \
BOARD_RECOVERYIMAGE_PARTITION_SIZE \
BOARD_SYSTEMIMAGE_PARTITION_SIZE \
+ BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE \
BOARD_USERDATAIMAGE_PARTITION_SIZE \
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE \
BOARD_CACHEIMAGE_PARTITION_SIZE \