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

Commit 687f1c4e authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "liblp: Fix typo in IsRetrofitDynamicPartitionsDevice."

parents 09bbdcb6 f01faf26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,7 @@ bool MetadataBuilder::IsRetrofitDynamicPartitionsDevice() {
    if (sRetrofitDap.has_value()) {
        return *sRetrofitDap;
    }
    return !android::base::GetBoolProperty("ro.boot.dynamic_partitions_retrofit", false);
    return android::base::GetBoolProperty("ro.boot.dynamic_partitions_retrofit", false);
}

bool MetadataBuilder::IsRetrofitMetadata() const {