Add HTTP support for Android with libcurl with option to allow self-signed certificates (n.VerifyPeer)

#Android
#TTP 341904
#codereview Josh.Adams,Daniel.Lamb

[CL 2266824 by Chris Babcock in Main branch]
This commit is contained in:
Chris Babcock
2014-08-21 20:35:47 -04:00
committed by UnrealBot
parent 087e56e66a
commit 84571c0bbb
20 changed files with 4236 additions and 11 deletions

View File

@@ -26,7 +26,8 @@ public class HTTP : ModuleRules
}
}
if (Target.Platform == UnrealTargetPlatform.Linux)
if (Target.Platform == UnrealTargetPlatform.Linux ||
Target.Platform == UnrealTargetPlatform.Android)
{
AddThirdPartyPrivateStaticDependencies(Target, "libcurl");
}