Merge "liblp: Fix typo in IsRetrofitDynamicPartitionsDevice." am: 687f1c4e8e am: 27de1de6ec
am: fdf56832e2
Change-Id: Ibd9c43032838567255749a2093fbf8c63b6598d0
This commit is contained in:
commit
8fd432b143
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