This component enables NDK crash reporting with Crashlytics.
This project depends on three submodules in the third_party
directory.
Initialize them by running the following commands:
git submodule init && git submodule update
- All Gradle commands should be run from the root of this repository:
./gradlew :firebase-crashlytics-ndk:assemble
Integration tests, requiring a running and connected device (emulator or real):
./gradlew :firebase-crashlytics-ndk:connectedAndroidTest