[build] Remove unnecessary symbol exclusions (#7221)

The symbol exporter in native-utils was updated and stopped exporting the excluded symbols.
This commit is contained in:
Gold856
2024-10-17 19:19:19 -04:00
committed by GitHub
parent f7dddb8014
commit 0424e5ba36
13 changed files with 0 additions and 169 deletions

View File

@@ -19,19 +19,6 @@ apply from: "${rootDir}/shared/config.gradle"
nativeUtils.exportsConfigs {
wpigui {
x64ExcludeSymbols = [
'_CT??_R0?AV_System_error',
'_CT??_R0?AVexception',
'_CT??_R0?AVfailure',
'_CT??_R0?AVruntime_error',
'_CT??_R0?AVsystem_error',
'_CTA5?AVfailure',
'_TI5?AVfailure',
'_CT??_R0?AVout_of_range',
'_CTA3?AVout_of_range',
'_TI3?AVout_of_range',
'_CT??_R0?AVbad_cast'
]
}
}