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

Commit 22dff44c authored by David Anderson's avatar David Anderson Committed by Android (Google) Code Review
Browse files

Merge "Remove Virtual A/B retrofit support." into main

parents 1b512eed 188b9bd5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -150,8 +150,7 @@ static bool ReadFstab(const char* fstab_file, android::fs_mgr::Fstab* fstab) {
}

bool VerifyCheckpointing() {
    if (!android::base::GetBoolProperty("ro.virtual_ab.enabled", false) &&
        !android::base::GetBoolProperty("ro.virtual_ab.retrofit", false)) {
    if (!android::base::GetBoolProperty("ro.virtual_ab.enabled", false)) {
        return true;
    }