4.13 GearVR/GoogleVR plugins conflict

I just upgraded to 4.13. When i am trying to package game for android i have this error ( works fine in 4.12 ).

UATHelper: Packaging (Android (ATC)): UnrealBuildTool: C:/Unreal/AndroidSDK/NVPACK/android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9/../../../../arm-linux-androideabi/bin\ld: error: C:/Users/jokid/Documents/Epic Games/4.13/Engine/Plugins/Runtime/GoogleVR/GoogleVRHMD/Binaries/Android/UE4-GoogleVRHMD-Android-Shipping-armv7-es2.a(Module.GoogleVRHMD.cpp-armv7-es2.o): multiple definition of 'GetHMD()'
UATHelper: Packaging (Android (ATC)): UnrealBuildTool: C:/Unreal/AndroidSDK/NVPACK/android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9/../../../../arm-linux-androideabi/bin\ld: C:/Users/jokid/Documents/Epic Games/4.13/Engine/Plugins/Runtime/GearVR/Binaries/Android/UE4-GearVR-Android-Shipping-armv7-es2.a(Module.GearVR.cpp-armv7-es2.o): previous definition here
UATHelper: Packaging (Android (ATC)): UnrealBuildTool: clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)

Looks like GoogleVR and GearVR have conflict here? - multiple definition of ‘GetHMD()’. It works fine if i just disable GearVR plugin, but i don’t want to do it. How can i fix this issue?

Hi LifeGrapher,

Thanks for the report. I’ve submitted a ticket that you can follow the status of here: Unreal Engine Issues and Bug Tracker (UE-35691)

-Tim