commit | 29f76abd8385543d334e8c30e84a68e688a0dd41 | [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 13:32:10 2019 -0700 |
tree | 4f4f3a1c8f8ca550658e94bd04e3ea9b574206ed | |
parent | a753a334e2bfcfe5065f813f7f3c0995c45d7ba2 [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