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

Register unity shared object generation and upload tasks #311

Closed fractalwrench closed 4 years ago

fractalwrench commented 4 years ago

Goal

Registers Gradle tasks for generating SO mapping files from libunity.so and uploading the SO file. Note that this changeset simply registers the tasks and ensures that they run in a Unity project - the actual generation and verification that symbols are uploaded will take place in separate PRs.

Changeset

Testing

Ran the Unity test fixtures added in #310 with VERBOSE=true to confirm that the tasks were run in Unity projects.