Change dynamic_cast to static_cast
dynamic_cast requires type information at run time to throw exceptions. This is not available in the emulator build system, where execeptions are explicitly disabled. Instead we use static_cast to downcast. Change-Id: I75ef0b5c694320fc1e9fe648e8087e4def8cdf94 Test: Build succeeds.
Loading
Please register or sign in to comment