Update Android toolchain to NDK 21 (20 also supported for x86_64)

#jira UE-80046
#ue4
#android
#rb Bradon.Schaefer

[CL 11554677 by Chris Babcock in 4.25 branch]
This commit is contained in:
Chris Babcock
2020-02-19 16:56:03 -05:00
parent 29238a8cf4
commit a196ce8cec
24 changed files with 1088 additions and 333 deletions

View File

@@ -6140,7 +6140,7 @@ public class GameActivity extends $${gameActivitySuperClass}$$ implements Surfac
static
{
System.loadLibrary("gnustl_shared");
System.loadLibrary("c++_shared");
//$${soLoadLibrary}$$
System.loadLibrary("UE4");
}