bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Make objcopy the default NDK symbol extraction tool #505

Closed lemnik closed 1 year ago

lemnik commented 1 year ago

Goal

Change useLegacyNdkSymbolUpload to be false by default, making objcopy the default symbols extraction mechanism for NDK builds.

Testing

Updated the end to end tests to reflect the change from objdump to objcopy