瀏覽代碼

Removes special Android case, those files where palified properly

Signed-off-by: Esteban Papp <[email protected]>
Esteban Papp 3 年之前
父節點
當前提交
d46bd0ebc0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scripts/cleanup/unused_compilation.py

+ 0 - 1
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',
 )