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

Commit 81ab279b authored by David Anderson's avatar David Anderson Committed by android-build-merger
Browse files

Merge "liblp: Fix typo in IsRetrofitDynamicPartitionsDevice." am: 687f1c4e...

Merge "liblp: Fix typo in IsRetrofitDynamicPartitionsDevice." am: 687f1c4e am: 27de1de6 am: fdf56832
am: 8fd432b1

Change-Id: I8fe6d1cbc79ad63f6bc6e8b95afd994f9dbf9472
parents a5ee9dac 8fd432b1
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 {