summaryrefslogtreecommitdiff
path: root/cmds/installd/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/installd/utils.cpp')
-rw-r--r--cmds/installd/utils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/installd/utils.cpp b/cmds/installd/utils.cpp
index c4ecd070c1..c47df52984 100644
--- a/cmds/installd/utils.cpp
+++ b/cmds/installd/utils.cpp
@@ -1062,8 +1062,6 @@ int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t ta
static const char* kProcFilesystems = "/proc/filesystems";
bool supports_sdcardfs() {
- if (!property_get_bool("external_storage.sdcardfs.enabled", true))
- return false;
std::string supported;
if (!android::base::ReadFileToString(kProcFilesystems, &supported)) {
PLOG(ERROR) << "Failed to read supported filesystems";