Skip to content

Commit

Permalink
lt01-common: Use kernel exFAT filesystem
Browse files Browse the repository at this point in the history
Faster than fuse exFAT, patched exFAT vold needed

Change-Id: I7e9da877e5218743385c890bc870f32dd4aea7f2
  • Loading branch information
kumajaya committed Mar 6, 2014
1 parent 68123ed commit 7afb06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardCommonConfig.mk
Expand Up @@ -28,6 +28,9 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 12813598720
# F2FS filesystem
TARGET_USERIMAGES_USE_F2FS := true

# exFAT kernel support
KERNEL_EXFAT_MODULE_NAME := "exfat"

# Graphics
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false

Expand Down
3 changes: 3 additions & 0 deletions selinux/vold.te
@@ -0,0 +1,3 @@
# Allow vold to relabel sdcard fs mounts
allow vold unlabeled:filesystem { relabelfrom };
allow vold sdcard_external:filesystem { relabelfrom relabelto };

0 comments on commit 7afb06e

Please sign in to comment.