The source project of this merge request has been removed.
Android: NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABIS
Revise logic from !5332 (merged) that loads ABI tables from the NDK.
I misunderstood NDK_DEFAULT_ABIS. It means the abis to build by default. Use NDK_KNOWN_DEVICE_ABI{32,64}S instead.
In practise they have never been different. Fix to make it more precise.
Backport: release
Edited by Brad King