Merge "Make sdcardfs the default"
This commit is contained in:
commit
609617b1af
|
@ -420,7 +420,7 @@ static bool should_use_sdcardfs(void) {
|
|||
}
|
||||
|
||||
// Fall back to device opinion about state
|
||||
if (property_get_bool(PROP_SDCARDFS_DEVICE, false)) {
|
||||
if (property_get_bool(PROP_SDCARDFS_DEVICE, true)) {
|
||||
LOG(WARNING) << "Device explicitly enabled sdcardfs";
|
||||
return supports_sdcardfs();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue