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

Commit f01faf26 authored by David Anderson's avatar David Anderson
Browse files

liblp: Fix typo in IsRetrofitDynamicPartitionsDevice.

Bug: 138590940
Test: manual test
Change-Id: I58c639e9308d1866d5423c79c00669d27f125d64
parent 244d9b8f
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 {