commit | 3175c094d782822f6b7aaf31a8593150b5c48b41 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 26 18:11:41 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 29 23:35:15 2016 +0000 |
tree | 869122c4273f5a8bad05786dcb53d87b625356fc | |
parent | 9984fa0ed09c1ce33e78db4ba2b35a8201c0119e [diff] |
Fix rule of three warnings Sensor and BufferItem have destructors, the copy constructor and assignment operators should not be implicit. The warnings were being hidden by the use of -isystem to include frameworks/native/include. Bug: 31752268 Test: m -j Change-Id: If375d85cd3d6ded4ee6b27b841bf10f563254682