Skip to content

Commit

Permalink
[build] Remove unnecessary symbol exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Oct 16, 2024
1 parent fad06ae commit ccef0f2
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 169 deletions.
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

0 comments on commit ccef0f2

Please sign in to comment.