Loading fs_mgr/fs_mgr_priv.h +2 −6 Original line number Diff line number Diff line Loading @@ -73,12 +73,8 @@ #define MF_ZRAMSIZE 0x100 #define MF_VERIFY 0x200 #define MF_FORCECRYPT 0x400 /* * There is no emulated sdcard daemon running on /data/media on this device, * so treat the physical SD card as the only external storage device, * a la the Nexus One. */ #define MF_NOEMULATEDSD 0x400 #define MF_NOEMULATEDSD 0x800 /* no emulated sdcard daemon, sd card is the only external storage */ #define DM_BUF_SIZE 4096 Loading Loading
fs_mgr/fs_mgr_priv.h +2 −6 Original line number Diff line number Diff line Loading @@ -73,12 +73,8 @@ #define MF_ZRAMSIZE 0x100 #define MF_VERIFY 0x200 #define MF_FORCECRYPT 0x400 /* * There is no emulated sdcard daemon running on /data/media on this device, * so treat the physical SD card as the only external storage device, * a la the Nexus One. */ #define MF_NOEMULATEDSD 0x400 #define MF_NOEMULATEDSD 0x800 /* no emulated sdcard daemon, sd card is the only external storage */ #define DM_BUF_SIZE 4096 Loading