diff options
| author | Paul Keith <javelinanddart@gmail.com> | 2018-10-21 10:12:16 +0200 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 13:10:50 +0100 |
| commit | 93219154d7a02534710ccd83dd2a838d0bcb829c (patch) | |
| tree | 3aa7aeaa43048aacd1e09722bc061d8cd8062d34 | |
| parent | af066de3bcde5728fcde0adf722f187680625b50 (diff) | |
g3-common: use sdFAT for exFAT
Change-Id: I660c5b3008636a651a2812fe1739ff8a2ea845cb
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3b1d574..e0d2f5b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -47,6 +47,7 @@ BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x0008000 --ramdisk_offset 0x2000000 LZMA_RAMDISK_TARGETS := recovery TARGET_KERNEL_SOURCE := kernel/lge/g3 TARGET_USES_MKE2FS := true +TARGET_EXFAT_DRIVER := sdfat # Audio AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false |
