diff --git a/fs_mgr/liblp/builder.cpp b/fs_mgr/liblp/builder.cpp index c12e3b222..8797ea9a4 100644 --- a/fs_mgr/liblp/builder.cpp +++ b/fs_mgr/liblp/builder.cpp @@ -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 {