Android Q Preview 1 (QPP1.190205.018.B4)
Fix issue where hiding copy constructor deletes move constructor.

Hiding the copy constructor for Serializable meant the default move
constructor was implicitly deleted. A strict reading of the spec would
mean that subclasses should not be able to default their move
constructors.

This issue was revealed by -Wdefaulted-function-deleted.

Bug: 123093254
Change-Id: I3cb4917dd37ae9f72d673993c9249e29c36f40e6
2 files changed