SkiaSharp
SkiaSharp copied to clipboard
Add Android Bionic Library build support
Description of Change
Add Android Bionic Library build support. Bionic is the Linux library which used by Android.
Support AArch64 and X64 architecture, Android 10+.
Bugs Fixed
- Fixes #https://github.com/mono/SkiaSharp/issues/3206 and #https://github.com/mono/SkiaSharp/discussions/3205
API Changes
Add Android API reference from https://github.com/OmniSharp/omnisharp-roslyn/pull/2653/files , Android NDK and Android ABI docs.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist
- [ ] Has tests (if omitted, state reason in description)
- [ ] Rebased on top of main at time of PR
- [ ] Merged related skia PRs
- [ ] Changes adhere to coding standard
- [ ] Updated documentation
Thank you senpai