commit | 3d52b3211a5aabe6a17a8ab31ab0d3d758304152 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Sep 17 19:10:35 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 19:10:35 2020 +0000 |
tree | 34fa413ce4f76e2085dd6eb4a85d1cf8f95fddf5 | |
parent | e2443ea1aa809f181ac273f6df64c071b7b1e0ad [diff] | |
parent | 5b2052b6f206b095bd20086635b10190888008e6 [diff] |
Remove syntax error am: 7e048edfbb am: 00254df04f am: 5b2052b6f2 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1430008 Change-Id: I1eec80bd50c587a8efd064192605f56179b85cce
diff --git a/payload_consumer/partition_update_generator_stub.cc b/payload_consumer/partition_update_generator_stub.cc index 8f73fbb..cfbd5e1 100644 --- a/payload_consumer/partition_update_generator_stub.cc +++ b/payload_consumer/partition_update_generator_stub.cc
@@ -30,7 +30,7 @@ namespace partition_update_generator { std::unique_ptr<PartitionUpdateGeneratorInterface> Create( - BootControlInterface* boot_control, size_t block_size)) { + BootControlInterface* boot_control, size_t block_size) { return std::make_unique<PartitionUpdateGeneratorStub>(); } } // namespace partition_update_generator