Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdc004e2 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6408566 from 3b35589c to mainline-release

Change-Id: I2207381a93c86a137ff2979067d2984e54df416e
parents de119b0c 3b35589c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,8 +157,8 @@ int format_volume(const std::string& volume, const std::string& directory) {
  bool needs_projid = false;

  if (volume == "/data") {
    needs_casefold = android::base::GetBoolProperty("ro.emulated_storage.casefold", false);
    needs_projid = android::base::GetBoolProperty("ro.emulated_storage.projid", false);
    needs_casefold = android::base::GetBoolProperty("external_storage.casefold.enabled", false);
    needs_projid = android::base::GetBoolProperty("external_storage.projid.enabled", false);
  }

  // If there's a key_loc that looks like a path, it should be a block device for storing encryption