summaryrefslogtreecommitdiff
path: root/services/incremental/ServiceWrappers.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-04-23 08:32:16 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-04-23 08:32:16 +0000
commitdefa83d8d9e88e08664ad190b0143e1f1791ea5a (patch)
tree85c22f61c05d2d80981fe8d9e7b366576ebcd540 /services/incremental/ServiceWrappers.cpp
parent2ef151d3c186c74c3bc6cbd63bba003417146535 (diff)
parent510037b064fd5a9bc4f9c6516b55c1787709c62d (diff)
Merge "[cleanup] Enable clang-tidy and fix warnings" into rvc-dev
Diffstat (limited to 'services/incremental/ServiceWrappers.cpp')
-rw-r--r--services/incremental/ServiceWrappers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/incremental/ServiceWrappers.cpp b/services/incremental/ServiceWrappers.cpp
index 32aa849c03b9..1e8c3a1f814b 100644
--- a/services/incremental/ServiceWrappers.cpp
+++ b/services/incremental/ServiceWrappers.cpp
@@ -36,7 +36,7 @@ static constexpr auto kDataLoaderManagerName = "dataloader_manager"sv;
class RealVoldService : public VoldServiceWrapper {
public:
- RealVoldService(const sp<os::IVold> vold) : mInterface(std::move(vold)) {}
+ RealVoldService(sp<os::IVold> vold) : mInterface(std::move(vold)) {}
~RealVoldService() = default;
binder::Status mountIncFs(
const std::string& backingPath, const std::string& targetDir, int32_t flags,