From 0f89d1c4ddb733b36104380462822228d0901a65 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Thu, 30 Mar 2023 05:57:00 +0200 Subject: [PATCH] remove the launch and settings from the android module's private includes --- Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs index e53f0f69..7187617c 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs +++ b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs @@ -64,15 +64,8 @@ public class SenseGloveAndroid : ModuleRules if (Target.Platform == UnrealTargetPlatform.Android) { - PrivateIncludePathModuleNames.AddRange( - new string[] - { - "Launch", - "Settings", - } - ); - - AdditionalPropertiesForReceipt.Add("AndroidPlugin", Path.Combine(ModuleDirectory, "SenseGloveAndroid_UPL.xml")); + AdditionalPropertiesForReceipt.Add("AndroidPlugin", + Path.Combine(ModuleDirectory, "SenseGloveAndroid_UPL.xml")); } } } \ No newline at end of file