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

Commit 188b9bd5 authored by David Anderson's avatar David Anderson
Browse files

Remove Virtual A/B retrofit support.

Bug: 406098815
Test: builds
Change-Id: I00c4d4d3865f68066f0439ebdf5d1f9065fc4f32
parent ddaa6e2b
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;
    }