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

Commit 2c561d18 authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "liblp: Use ro.boot.slot_suffix rather than ro.build.ab_update."

parents fcb8b961 82dee3ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1057,7 +1057,7 @@ bool MetadataBuilder::IsABDevice() const {
    if (sABOverrideSet) {
        return sABOverrideValue;
    }
    return android::base::GetBoolProperty("ro.build.ab_update", false);
    return !android::base::GetProperty("ro.boot.slot_suffix", "").empty();
}

bool MetadataBuilder::IsRetrofitDevice() const {