commit | e203476c67b6f8619e930005cb114d22ef67dfd3 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Sat Jul 13 11:26:04 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jul 13 11:26:04 2019 -0700 |
tree | ca1d80f3bf6afc52d8b7a063d232b031644e7e26 | |
parent | be4712aabdac3b34c41bf89fa70929831972666d [diff] | |
parent | d3d51e5066ecd6b6aa172fb4452d66f572a906e8 [diff] |
Merge "Fix build for API change to DestroyLogicalPartition()." am: 4c8e6eae28 am: d3d51e5066 Change-Id: I92db6e376ef7f4ff5979e31b830b6d17a6886c03
diff --git a/updater/updater_runtime_dynamic_partitions.cpp b/updater/updater_runtime_dynamic_partitions.cpp index e9f4c97..b084f65 100644 --- a/updater/updater_runtime_dynamic_partitions.cpp +++ b/updater/updater_runtime_dynamic_partitions.cpp
@@ -53,7 +53,7 @@ return true; } if (state == DmDeviceState::ACTIVE) { - return DestroyLogicalPartition(partition_name, kMapTimeout); + return DestroyLogicalPartition(partition_name); } LOG(ERROR) << "Unknown device mapper state: " << static_cast<std::underlying_type_t<DmDeviceState>>(state);