Huawei Honor 9S device (with Android 10) has reportedly 64bit CPU (Mediatek MT6762R Helio P22 which supports armv8l), but Build.SUPPORTED_64_BIT_ABIS
is empty (String[0]
) and no armv8 shared libs are extracted from AAB by Android, but armv7a instead.
Is it misdetected? Is it Android or Huawei issue? Even if there is [a better] way to detect ABI correctly how to make Android extract the right shared libs?