Merge "app: aboot: Use the updated function to switch slot"
diff --git a/app/aboot/aboot.c b/app/aboot/aboot.c
index 2eb87c3..3d82528 100644
--- a/app/aboot/aboot.c
+++ b/app/aboot/aboot.c
@@ -4401,7 +4401,7 @@
 					if (current_slot_suffix &&
 						!strncmp(p, current_slot_suffix, strlen(current_slot_suffix)))
 					{
-						partition_switch_slots(current_active_slot, i);
+						partition_switch_slots(current_active_slot, i, true);
 						publish_getvar_multislot_vars();
 						fastboot_okay("");
 						return;