The pattern for the apk variable in build.android is matching too much
[% c("var/abi") %]* is matching both x86 and x86_64 which results
in busted Android x86 builds.
Edited by Georg Koppen
[% c("var/abi") %]* is matching both x86 and x86_64 which results
in busted Android x86 builds.