[Why] In some case, people may need x86 ABI version apk if they develop on x86 Android. Support x86_64 ABI by default is better. [How] Add android::ndk::abiFilters property "x86_64".
Make use of global gradle variables Updated gradle
Refs #1004