Skip to content

Android: Enable arm64-v8a export by default

Rafał Mikrut requested to merge github/fork/akien-mga/android-enable-arm64 into master

Created by: akien-mga

From August 1, 2019, Google Play requires that all new apps and app updates include 64-bit versions, so we enable ARM64 by default.

IINM support for x86 and x86_64 is still optional, so not enabling them out of the box.

Part of #25030.

Merge request reports