Skip to content

Commit

Permalink
Remove unnecessary symbol exclusions
Browse files Browse the repository at this point in the history
native-utils was updated so those symbols don't need to be excluded
  • Loading branch information
Gold856 committed Nov 10, 2024
1 parent 14f7155 commit b835ea9
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions photon-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,7 @@ apply from: "${rootDir}/versioningHelper.gradle"

nativeUtils {
exportsConfigs {
"${nativeName}" {
// From https://github.com/wpilibsuite/allwpilib/blob/a32589831184969939fd3d63f449a2788a0a8542/wpimath/build.gradle#L72
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
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'
]
}
"${nativeName}" {}
}
}

Expand Down

0 comments on commit b835ea9

Please sign in to comment.