Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable linker
build-id
for android builds. (netty#745)
Motivation: Linker `build-id` is [mandatory](https://firebase.google.com/docs/crashlytics/ndk-reports) to make Firebase crashlytics recognise libraries which encounters crashes. So since Firebase is ubiquitous to monitor app crash performance it make sense to enable it for android builds. It only slightly increases binary size (20 bytes) but make Firebase crash symbolication work. Here I assume that debugging symbols are currently presented/published, if not the case it will be handled in subsequent PRs. Modifications: Add build flags Result: build-id is now present
- Loading branch information