commit | fa1eb722d0742d89c26b9c5c81d02ef2a138cbf2 | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Mon Dec 21 12:22:17 2015 -0800 |
committer | Alex Vakulenko <avakulenko@google.com> | Mon Dec 21 13:20:14 2015 -0800 |
tree | a378cbdaa8971a5f0b53d8a08bc372430f091fc2 | |
parent | 1363b6d6e722fe7305b1100217041ae4b56cc9b2 [diff] |
shill: Disable RTTI There is no longer a reliance on RTTI in libbrillo, so disable RTTI in the rest of Brillo codebase. Shill also used dynamic_cast<> in many places but it looks like there is no reason for that. Using static_cast<> in those places seems to work just as well and doesn't require RTTI. Bug: 26292405, chromium:220387 TEST: Compiles, all unit tests pass on Dragonboard Was able to bootstrap a device from scratch and networking seems to work fine. Change-Id: Id0c47168e634e354b4279f613246e6667df6fb5f