update senseglove libraries to v2.2.1-ca2f23d with per engine segregated android ndk support

This commit is contained in:
Mamadou Babaei
2023-03-28 10:34:23 +02:00
parent 0ea98272a9
commit 94301a321c
107 changed files with 188 additions and 144 deletions
@@ -88,6 +88,14 @@ public class SenseGloveCoreImpl : ModuleRules
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "android"));
#if UE_5_1_OR_LATER
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "r25b"));
#elif UE_4_27_OR_LATER
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "r21e"));
#else
Debug.Assert(false, "Developing for Android on UE versions older than 4.27 is not supported!");
#endif
foreach (string Arch in Architectures)
{
if (Arch == "-arm64")