Adding the Google Play Games plugin to my unity game added a huge amount to its file size.
Large files I can see:
- google-play-services.jar - 3.5MB
- armeabi-v7a/libgpg.so - 1.6MB
- x86/libgpg.so - …
Hi,
it seems that the default linker flags breaks the ARM 64 build available since NDK r10 (cf. [PR 23](https://github.com/taka-no-me/android-cmake/pull/23)).
``` cmake
set( CMAKE_EXE_LINKER_FLAGS …