Merge pull request #151 from aws-lumberyard-dev/SPEC-6072

[SPEC-6072] [Crashpad] Migrate crash reporting tool to use Crashpad from 3rdParty
This commit is contained in:
Junbo Liang
2021-04-27 12:13:21 -07:00
committed by GitHub
404 changed files with 13 additions and 32093 deletions
@@ -151,7 +151,6 @@
"3dsmax/**": "#include",
"7za.exe": "#include",
"7za_legal_notice.txt": "#include",
"Crashpad/**": "#include",
"CrySCompileServer/**": "#include",
"PakShaders/**": "#include",
"Python/**": "#include",
@@ -1,6 +1,5 @@
{
"@lyengine": {
"**/*.pdb": "#include",
"Tools/Crashpad/**": "#exclude"
"**/*.pdb": "#include"
}
}
@@ -186,7 +186,6 @@ EXCLUDED_VALIDATION_PATTERNS = [
'python/runtime',
'restricted/*/Tools/*RemoteControl',
'Tools/3dsmax',
'Tools/Crashpad',
'*/user/Cache/*',
'*/user/log/*',
]