Merge "Make sdcardfs the default"

This commit is contained in:
Daniel Rosenberg 2017-03-21 01:13:04 +00:00 committed by Android (Google) Code Review
commit 609617b1af
1 changed files with 1 additions and 1 deletions

View File

@ -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 {