diff options
-rw-r--r-- | dynamic_partition_control_android.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dynamic_partition_control_android.cc b/dynamic_partition_control_android.cc index bc60c578..c641a6b3 100644 --- a/dynamic_partition_control_android.cc +++ b/dynamic_partition_control_android.cc @@ -375,13 +375,6 @@ bool DynamicPartitionControlAndroid::PreparePartitionsForUpdate( return PrepareSnapshotPartitionsForUpdate( source_slot, target_slot, manifest); } - - if (GetVirtualAbFeatureFlag().IsLaunch() && !target_supports_snapshot_) { - LOG(ERROR) << "Cannot downgrade to a build that does not support " - << "snapshots because this device launches with Virtual A/B."; - return false; - } - if (!snapshot_->CancelUpdate()) { LOG(ERROR) << "Cannot cancel previous update."; return false; |