Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Remove unnecessary symbol exclusions #7221

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions cameraserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ apply from: "${rootDir}/shared/opencv.gradle"

nativeUtils.exportsConfigs {
cameraserver {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions cscore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,6 @@ run {

nativeUtils.exportsConfigs {
cscore {
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'
]
}
cscoreJNI {
x64SymbolFilter = symbolFilter
Expand Down
13 changes: 0 additions & 13 deletions glass/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@ tasks.withType(CppCompile) {

nativeUtils.exportsConfigs {
glass {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions hal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,6 @@ Action<List<String>> symbolFilter = { symbols ->

nativeUtils.exportsConfigs {
hal {
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'
]
}
halJNI {
x64SymbolFilter = symbolFilter
Expand Down
13 changes: 0 additions & 13 deletions ntcore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ Action<List<String>> symbolFilter = { symbols ->

nativeUtils.exportsConfigs {
ntcore {
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'
]
}
ntcoreJNI {
x64SymbolFilter = symbolFilter
Expand Down
13 changes: 0 additions & 13 deletions romiVendordep/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ dependencies {
nativeUtils.exportsConfigs {
// Main library is just default empty. This will export everything
romiVendordep {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions wpigui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions wpilibNewCommands/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ sourceSets.main.java.srcDir "${projectDir}/src/generated/main/java"

nativeUtils.exportsConfigs {
wpilibNewCommands {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions wpilibc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ apply from: "${rootDir}/shared/googletest.gradle"

nativeUtils.exportsConfigs {
wpilibc {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions wpimath/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,6 @@ model {

nativeUtils.exportsConfigs {
wpimath {
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'
]
objectFilterClosure = { file ->
return file.name.endsWith('.pb.obj')
}
Expand Down
13 changes: 0 additions & 13 deletions wpinet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,6 @@ apply from: "${rootDir}/shared/jni/setupBuild.gradle"

nativeUtils.exportsConfigs {
wpinet {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions wpiutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,6 @@ apply from: "${rootDir}/shared/jni/setupBuild.gradle"

nativeUtils.exportsConfigs {
wpiutil {
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'
]
}
}

Expand Down
13 changes: 0 additions & 13 deletions xrpVendordep/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ dependencies {
nativeUtils.exportsConfigs {
// Main library is just default empty. This will export everything
xrpVendordep {
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'
]
}
}

Expand Down
Loading