CpuFeatures: try to get around emulated ABI problems

Some devices emulate ABIs but use proxy libraries so that native code is
run in a different ABI than the one being emulated. This makes it tricky
because the Java part of a test test sees one world and the native code
sees something entirely different.

There doesn't seem to be anything to be done to corroborate what
Conscrypt is seeing in this case, so just ask Conscrypt what it's
seeing. Hopefully this doesn't lead to bugs in the future, but no other
useful suggestion has come up to help it.

Bug: 27908488
Change-Id: I7563b077e8cd9429c3caf2ae7653310172562bae
1 file changed