Skip to content

Android: NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABIS

hhb requested to merge (removed):android-abi into master

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

Merge request reports