commit | ce183589ed59690818dd59a02af68f5a98aaafb8 | [log] [tgz] |
---|---|---|
author | rebelos <theofficiallysonyrebel@gmail.com> | Sat Mar 22 14:25:49 2014 +0200 |
committer | Gerrit Code Review <gerrit2@slimgerrit> | Sat May 03 21:48:35 2014 +0200 |
tree | 822a91b2efde0ad3c453625c637bb204a787ba97 | |
parent | cf460adca5e473bc03d948b2b442d810a6ab0599 [diff] |
[2/4] exFAT Support FUSE based exFAT Implementation (1/4) manifest: https://gerrit.slimroms.net/6927 (2/4) vendor: https://gerrit.slimroms.net/5445 (3/4) sepolicy (vendor): https://gerrit.slimroms.net/7161 (4/4) vold: https://gerrit.slimroms.net/6983 Change-Id: Icea799a60e888acb161c837aad93d9331ded66c5
diff --git a/config/common.mk b/config/common.mk index deb876c..3da0890 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -96,7 +96,10 @@ openvpn \ e2fsck \ mke2fs \ - tune2fs + tune2fs \ + mount.exfat \ + fsck.exfat \ + mkfs.exfat # easy way to extend to add more packages -include vendor/extra/product.mk