Unity can’t handle legacy native libraries

I ran into a runtime error on Shield with Unity.

Failure to initialize!
Your hardware does not support this application, sorry!

The cause was actually that I had a legacy native library in the project and I needed to add an abi filter to remove it. [Solution]