Merge "liblp: Fix typo in IsRetrofitDynamicPartitionsDevice." am: 687f1c4e8e am: 27de1de6ec am: fdf56832e2
am: 8fd432b143
Change-Id: I8fe6d1cbc79ad63f6bc6e8b95afd994f9dbf9472
This commit is contained in:
commit
81ab279bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue