Rename casefold/projectid properties (for f2fs). am: e9239f757e
Change-Id: I6829424a1ecee05ef8784159789a3a9991d897be
This commit is contained in:
commit
3426c36540
1 changed files with 3 additions and 2 deletions
|
@ -90,8 +90,9 @@ status_t Format(const std::string& source) {
|
|||
cmd.push_back("verity");
|
||||
|
||||
const bool needs_casefold =
|
||||
android::base::GetBoolProperty("ro.emulated_storage.casefold", false);
|
||||
const bool needs_projid = android::base::GetBoolProperty("ro.emulated_storage.projid", false);
|
||||
android::base::GetBoolProperty("external_storage.casefold.enabled", false);
|
||||
const bool needs_projid =
|
||||
android::base::GetBoolProperty("external_storage.projid.enabled", false);
|
||||
if (needs_projid) {
|
||||
cmd.push_back("-O");
|
||||
cmd.push_back("project_quota,extra_attr");
|
||||
|
|
Loading…
Reference in a new issue