commit | ddf960bf6a27da32e552c02ad240b4b4a8daaeba | [log] [tgz] |
---|---|---|
author | Oliver Nguyen <olivernguyen@google.com> | Mon May 20 16:29:55 2019 -0700 |
committer | Oliver Nguyen <olivernguyen@google.com> | Wed May 22 14:22:17 2019 -0700 |
tree | f974bc425b2726518f9b42b09b6de2f48844ea18 | |
parent | 186800de6a859baebebc56a453be5f64cf3e44f1 [diff] |
Remove undefined functions from VirtualTouchpadClient. Fixes a build issue with -O0 due to missing vtable entries. Removed functions are defined in the base class as pure virtual, but never defined for the derived class, causing linking to fail. Test: make NATIVE_COVERAGE=true COVERAGE_PATHS=frameworks Bug: 116873221 Change-Id: I7ee8a2e478e1137e3b778dfbdca63a2dc3e2a9b1 (cherry picked from commit 29f76abd8385543d334e8c30e84a68e688a0dd41)