diff options
author | 2021-06-29 17:01:21 +0900 | |
---|---|---|
committer | 2021-06-30 15:06:27 +0900 | |
commit | f9571049d656e0fcff54d710dbd04e4c3d604430 (patch) | |
tree | 0f915a1753c99c7b7d79cdeb79c8cd85f9e54d28 /libs/binder/TextOutput.cpp | |
parent | 07ac6eefffa4822a2e40c2e497bd4a5dae402958 (diff) |
libbinder: make ParcelableHolder moveable
The default impl is enough but previously move ctor was hidden because
of copy ctor.
Without move constructor, ParcelableHolder makes AIDL-generated C++ code
invalid (compilation error) when used with ParcelFileDescriptor (which
is moveable but not copyable intentionally).
Bug: 192197147
Test: m test-piece-6-cpp test-piece-6-ndk
Change-Id: I7154b4960595ee046167fffdd9da2f485b97da0a
Diffstat (limited to 'libs/binder/TextOutput.cpp')
0 files changed, 0 insertions, 0 deletions