diff options
| author | Julian Veit <Claymore1298@gmail.com> | 2024-07-08 07:46:54 +0200 |
|---|---|---|
| committer | Julian Veit <Claymore1298@gmail.com> | 2024-07-08 07:46:54 +0200 |
| commit | 0aac54a0e9fd9d80d43d7154370810ac86e92f1b (patch) | |
| tree | d63c54a4973f5958ab5d6def478563d27a72b6eb /updater/simulator_runtime.cpp | |
| parent | af9a42f1d13ffeca2eabf368580ad6790e2763ba (diff) | |
| parent | 8bbe7bae399b428cfaa021a511d749c78e5a8e73 (diff) | |
Merge https://github.com/LineageOS/android_bootable_recovery into HEADu14.0
Change-Id: I05e44ba7ba265c80b0f6bf48f2c084e2598c69e4
Diffstat (limited to 'updater/simulator_runtime.cpp')
| -rw-r--r-- | updater/simulator_runtime.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/simulator_runtime.cpp b/updater/simulator_runtime.cpp index 57dfb32d..e670a3f7 100644 --- a/updater/simulator_runtime.cpp +++ b/updater/simulator_runtime.cpp @@ -113,7 +113,8 @@ bool SimulatorRuntime::UnmapPartitionOnDeviceMapper(const std::string& partition return true; } -bool SimulatorRuntime::UpdateDynamicPartitions(const std::string_view op_list_value) { +bool SimulatorRuntime::UpdateDynamicPartitions(const std::string_view op_list_value, + const std::string_view /* super_empty_value */) { const std::unordered_set<std::string> commands{ "resize", "remove", "add", "move", "add_group", "resize_group", "remove_group", "remove_all_groups", |
