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