diff options
author | Brian Swetland <swetland@google.com> | 2010-09-15 16:13:20 -0700 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2010-09-15 18:00:17 -0700 |
commit | 86304be09a9dca526e4e018163dc55df9096ea14 (patch) | |
tree | d119665be6f2b548acf440863cd757cdbe26adcf /device.mk | |
parent | fc505e57a9e0eefab9121f09761c02a5961637ff (diff) | |
download | device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.zip device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.gz device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.bz2 |
switch over to ext4
- configure build for ext4 images
- add tool to initialize filesystems at boot if need be
- require new bootloader with ext4 partitions
- hope for the best
Change-Id: I9c721384ce139e24ff109971de49ceb5abb40406
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES := \ s3c-keypad.kcm \ melfas-touchkey.kcm \ - make_ext4fs + make_ext4fs \ + setup_fs # Misc other modules PRODUCT_PACKAGES += \ |