From d46bd0ebc061f3313a35dd86d806323afb6e5c04 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 25 Jan 2022 16:27:40 -0800 Subject: [PATCH] Removes special Android case, those files where palified properly Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- scripts/cleanup/unused_compilation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cleanup/unused_compilation.py b/scripts/cleanup/unused_compilation.py index 8aeadff309..1c16e69812 100644 --- a/scripts/cleanup/unused_compilation.py +++ b/scripts/cleanup/unused_compilation.py @@ -41,7 +41,6 @@ PATH_EXCLUSIONS = ( 'python\\*', 'build\\*', 'install\\*', - 'Code\\Framework\\AzCore\\AzCore\\Android\\*', 'Gems\\ImGui\\External\\ImGui\\*', '*_Traits_*.h', )