Files
UnrealEngineUWP/Engine/Source/Runtime/WebBrowser/Private/Android/AndroidJavaWebBrowser.cpp
Jeff Fisher fdd9530e96 UE-59012 //UE4/Main - Compile UE4Game Lumin - WARNING: Precompiled module 'PurchaseFlow' will not be usable without non-precompiled module 'WebBrowser'.
-Lumin is built with USE_ANDROID_JNI=0.  The Android implementation of the WebBrowser uses JNI, so it fails to compile.  This change wraps more JNI using code in #if USE_ANDROID_JNI and sets DUMMY_WEB_BROWSER if USE_ANDROID_JNI is false to avoid using the AndroidJavaWebBrowser.
-Previously WebBrowser had been set to not be precompiled, which avoided the compile breaks but created the warnings.
#review-4072139
#rb chris.babcock
#lockdown nick.penwarden
#jira UE-59012

[CL 4072723 by Jeff Fisher in Main branch]
2018-05-15 10:26:58 -04:00

6.8 KiB