remove the launch and settings from the android module's private includes

This commit is contained in:
Mamadou Babaei
2023-03-30 05:58:54 +02:00
parent 56c7613cb4
commit ae0120e9ec
@@ -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"));
}
}
}